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 michael.foord
Recipients mark.dickinson, michael.foord
Date 2010-01-27.01:32:39
SpamBayes Score 0.0176862
Marked as misclassified No
Message-id <1264555963.42.0.621758989221.issue7030@psf.upfronthosting.co.za>
In-reply-to
Content
skip* functions are missing 'new in' documentation. These need to be correct for 2.7 and 3.1 / 3.2 as well.

Plus the example of assertRaises as a context manager sucks.

http://docs.python.org/dev/library/unittest.html#unittest.TestCase.assertRaises
History
Date User Action Args
2010-01-27 01:32:43michael.foordsetrecipients: + michael.foord, mark.dickinson
2010-01-27 01:32:43michael.foordsetmessageid: <1264555963.42.0.621758989221.issue7030@psf.upfronthosting.co.za>
2010-01-27 01:32:41michael.foordlinkissue7030 messages
2010-01-27 01:32:40michael.foordcreate