[issue7092] Test suite emits many DeprecationWarnings when -3 is enabled

Florent Xicluna report at bugs.python.org
Tue Feb 2 23:45:43 CET 2010


Florent Xicluna <laxyf at yahoo.fr> added the comment:

Docstring added.

Notes:
 - there's 2 categories of -3 warnings: SyntaxWarning and DeprecationWarning.
 - AFAICT, the WarningsRecorder needs "catch_warnings(record=True)".
   And in such case, *all* warnings are silenced.

----------
Added file: http://bugs.python.org/file16113/issue7092_test_support_v2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7092>
_______________________________________


More information about the Python-bugs-list mailing list