[Python-checkins] r80492 - in python/trunk: Lib/subprocess.py Lib/warnings.py Misc/NEWS Python/_warnings.c

Benjamin Peterson benjamin at python.org
Mon Apr 26 00:44:02 CEST 2010


2010/4/25 brett.cannon <python-checkins at python.org>:
> Author: brett.cannon
> Date: Mon Apr 26 00:33:36 2010
> New Revision: 80492
>
> Log:
> When DeprecationWarning was silenced by default, it also silenced any use of -Q
> by default as well. This change fixes that by treating -Q like -3 when it comes
> to DeprecationWarning; using it causes the silencing to not occur.
>
> Fixes issue #7319.
>
>
> Modified:
>   python/trunk/Lib/subprocess.py

Looks like you had another patch in your working copy.


-- 
Regards,
Benjamin


More information about the Python-checkins mailing list