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

Florent Xicluna report at bugs.python.org
Fri Jan 8 15:53:44 CET 2010


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

I split the Big Patch™ into pieces.
It should be easier to review and merge.

 - issue7092_syntax_imports.diff
   --> Only syntax and import_module(m, deprecated=True)

 - issue7092_check_warnings.diff
   --> Use test.test_support.check_warnings()

 - issue7092_filterwarnings.diff
   --> Use warnings.filterwarnings()

 - issue7092_json_sqlite.diff
   --> Silence external libraries

 - issue7092_cpickle.diff
   --> Remove cPickle warning

And there's a last patch for "test_index" attached to issue7532.


Then you reach the Zen of Python.
  “Do not speak — unless it improves on silence.”

----------
Added file: http://bugs.python.org/file15790/issue7092_json_sqlite.diff

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


More information about the Python-bugs-list mailing list