RESOLVED FIXED90161
master.cfg unittest cleanup: Show DeprecationWarnings with python >= 2.7 too
https://bugs.webkit.org/show_bug.cgi?id=90161
Summary master.cfg unittest cleanup: Show DeprecationWarnings with python >= 2.7 too
Csaba Osztrogonác
Reported 2012-06-28 04:35:16 PDT
http://docs.python.org/dev/whatsnew/2.7.html "A policy decision was made to silence warnings only of interest to developers. DeprecationWarning and its descendants are now ignored unless otherwise requested, preventing users from seeing warnings triggered by an application. This change was also made in the branch that will become Python 3.2. (Discussed on stdlib-sig and carried out in issue 7319.) In previous releases, DeprecationWarning messages were enabled by default, providing Python developers with a clear indication of where their code may break in a future major version of Python. However, there are increasingly many users of Python-based applications who are not directly involved in the development of those applications. DeprecationWarning messages are irrelevant to such users, making them worry about an application that’s actually working correctly and burdening application developers with responding to these concerns. You can re-enable display of DeprecationWarning messages by running Python with the -Wdefault (short form: -Wd) switch, or by setting the PYTHONWARNINGS environment variable to "default" (or "d") before running Python. Python code can also re-enable them by calling warnings.simplefilter('default')." If you run mastercfg_unittest.py with python 2.7 or newer, you can't see DepricationWarnings come from buildbot.
Attachments
Patch (1.45 KB, patch)
2012-06-28 04:42 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2012-06-28 04:42:42 PDT
Peter Gal
Comment 2 2012-06-28 04:52:35 PDT
(In reply to comment #1) > Created an attachment (id=149925) [details] > Patch lgtm.
Eric Seidel (no email)
Comment 3 2012-08-12 03:51:12 PDT
Comment on attachment 149925 [details] Patch OK.
WebKit Review Bot
Comment 4 2012-08-12 04:38:31 PDT
Comment on attachment 149925 [details] Patch Clearing flags on attachment: 149925 Committed r125372: <http://trac.webkit.org/changeset/125372>
WebKit Review Bot
Comment 5 2012-08-12 04:38:35 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.