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 brian.curtin
Recipients brett.cannon, brian.curtin, ezio.melotti, pitrou
Date 2010-01-06.22:09:45
SpamBayes Score 3.1879088e-06
Marked as misclassified No
Message-id <1262815787.45.0.304595010679.issue7319@psf.upfronthosting.co.za>
In-reply-to
Content
The wording of the documentation flows and is arranged better than before.

However, there is a test failure: test_exceptions.testDeprecatedMessageAttribute depends on the deprecation warning always occuring. 
@unittest.skipIf(DeprecationWarning in [filter[2] for filter in warnings.filters], "DeprecationWarning disabled") or something like that could avoid it.
History
Date User Action Args
2010-01-06 22:09:47brian.curtinsetrecipients: + brian.curtin, brett.cannon, pitrou, ezio.melotti
2010-01-06 22:09:47brian.curtinsetmessageid: <1262815787.45.0.304595010679.issue7319@psf.upfronthosting.co.za>
2010-01-06 22:09:45brian.curtinlinkissue7319 messages
2010-01-06 22:09:45brian.curtincreate