
report at bugs
Nov 13, 2009, 4:15 PM
Post #1 of 1
(118 views)
Permalink
|
|
[issue7319] Silence DeprecationWarning by default
|
|
New submission from Brett Cannon <brett [at] python>: This issue is to track the silencing of DeprecationWarning by default. To start a patch has been attached against trunk which silences DeprecationWarning. Documentation changes are still needed, though. ---------- components: Interpreter Core files: silence_deprecations.diff keywords: patch messages: 95220 nosy: brett.cannon priority: release blocker severity: normal status: open title: Silence DeprecationWarning by default type: behavior versions: Python 2.7, Python 3.2 Added file: http://bugs.python.org/file15326/silence_deprecations.diff _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7319> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|