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 dino.viehland
Recipients brian.curtin, dino.viehland, ezio.melotti, michael.foord, theller
Date 2010-02-04.21:04:20
SpamBayes Score 0.00018636121
Marked as misclassified No
Message-id <1265317462.34.0.120400219921.issue7855@psf.upfronthosting.co.za>
In-reply-to
Content
Ahh, so it is in 2.7, apparently I was in a 2.6 enlistment.  I've updated the 2.x patch to use the context manager as well.

I've also switched to using assertTrue(x is True) and assertTrue(x is False) so that it's not checking precisely for the bool value based upon Ezio's feedback.
History
Date User Action Args
2010-02-04 21:04:22dino.viehlandsetrecipients: + dino.viehland, theller, ezio.melotti, michael.foord, brian.curtin
2010-02-04 21:04:22dino.viehlandsetmessageid: <1265317462.34.0.120400219921.issue7855@psf.upfronthosting.co.za>
2010-02-04 21:04:21dino.viehlandlinkissue7855 messages
2010-02-04 21:04:20dino.viehlandcreate