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 brett.cannon
Recipients benjamin.peterson, brett.cannon
Date 2008-08-23.01:19:56
SpamBayes Score 2.2044185e-07
Marked as misclassified No
Message-id <1219454404.33.0.992269883259.issue3602@psf.upfronthosting.co.za>
In-reply-to
Content
The patch does a couple of things. It moves
test.test_support.catch_warning() to warnings.catch_warnings() and
leaves a stub behind. WarningsRecorder becomes a subclass of list to
make it easier to work with. The uses of catch_warnings() in the stdlib
are moved to the 'warnings' implementation along with protecting the
warnings filter changes behind a sys.py3kwarning 'if' statement. And
finally, a oversight in the triggering of a DeprecationWarning for
showwarning() and the new 'line' argument has been fixed (with the
appropriate test).
History
Date User Action Args
2008-08-23 01:20:05brett.cannonsetrecipients: + brett.cannon, benjamin.peterson
2008-08-23 01:20:04brett.cannonsetmessageid: <1219454404.33.0.992269883259.issue3602@psf.upfronthosting.co.za>
2008-08-23 01:20:03brett.cannonlinkissue3602 messages
2008-08-23 01:20:03brett.cannoncreate