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 georg.brandl
Recipients JJeffries, Retro, belopolsky, christian.heimes, eric.araujo, georg.brandl, twouters
Date 2010-10-19.18:55:24
SpamBayes Score 0.0001573122
Marked as misclassified No
Message-id <1287514526.66.0.354243349579.issue10092@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in r85728.  The problem was that unlike other system calls, setlocale() doesn't return the old setting but the new setting.  The context manager that resets the locale therefore didn't work as intended.
History
Date User Action Args
2010-10-19 18:55:26georg.brandlsetrecipients: + georg.brandl, twouters, belopolsky, christian.heimes, eric.araujo, Retro, JJeffries
2010-10-19 18:55:26georg.brandlsetmessageid: <1287514526.66.0.354243349579.issue10092@psf.upfronthosting.co.za>
2010-10-19 18:55:24georg.brandllinkissue10092 messages
2010-10-19 18:55:24georg.brandlcreate