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 flox
Date 2010-01-24.18:51:09
SpamBayes Score 8.2178866e-07
Marked as misclassified No
Message-id <1264359071.72.0.211190573361.issue7772@psf.upfronthosting.co.za>
In-reply-to
Content
Here comes the patch:
 - use test_support.__warningregistry__ to check past warnings
 - filter the warnings with "(module|package)", to be sure that they are silenced by "test_support.import_module"
 - fix test_reduce_move (it failed when run after test_unittest)


Note:
 - it requires that all "deprecated" imports are filtered through the "test_support.import_module" function (issue #7092)
History
Date User Action Args
2010-01-24 18:51:11floxsetrecipients: + flox
2010-01-24 18:51:11floxsetmessageid: <1264359071.72.0.211190573361.issue7772@psf.upfronthosting.co.za>
2010-01-24 18:51:10floxlinkissue7772 messages
2010-01-24 18:51:10floxcreate