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 eric.araujo
Recipients eric.araujo, psam
Date 2011-12-10.16:16:41
SpamBayes Score 0.0047238604
Marked as misclassified No
Message-id <1323533802.54.0.870393188755.issue13539@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch.  The code doesn’t break because there is a check for None later on (certainly because getlocale may return None, but here __enter__ always returns None).  How did you find this?  If you have a code snippet that reproduces the bug we’ll be able to add it to the test suite before fixing the bug.
History
Date User Action Args
2011-12-10 16:16:42eric.araujosetrecipients: + eric.araujo, psam
2011-12-10 16:16:42eric.araujosetmessageid: <1323533802.54.0.870393188755.issue13539@psf.upfronthosting.co.za>
2011-12-10 16:16:41eric.araujolinkissue13539 messages
2011-12-10 16:16:41eric.araujocreate