This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients barry, benjamin.peterson, brett.cannon, brian.curtin, esam, exarkun, ezio.melotti, flox, pitrou, rhettinger
Date 2010-01-08.14:53:42
SpamBayes Score 3.51301e-06
Marked as misclassified No
Message-id <1262962424.26.0.951333432858.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
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.”
History
Date User Action Args
2010-01-08 14:53:45floxsetrecipients: + flox, barry, brett.cannon, rhettinger, exarkun, pitrou, benjamin.peterson, ezio.melotti, brian.curtin, esam
2010-01-08 14:53:44floxsetmessageid: <1262962424.26.0.951333432858.issue7092@psf.upfronthosting.co.za>
2010-01-08 14:53:42floxlinkissue7092 messages
2010-01-08 14:53:42floxcreate