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 Retro
Recipients Retro, docs@python
Date 2010-10-19.20:09:19
SpamBayes Score 0.034859188
Marked as misclassified No
Message-id <1287518960.68.0.830878305928.issue10147@psf.upfronthosting.co.za>
In-reply-to
Content
There is one more typo bug I noted in the documentation. Please go here: http://docs.python.org/library/locale#locale.setlocale

Fix this text...
setlocale() is not >>>thread safe<<< on most systems.

...like this:
setlocale() is not >>>thread-safe<<< on most systems.
History
Date User Action Args
2010-10-19 20:09:20Retrosetrecipients: + Retro, docs@python
2010-10-19 20:09:20Retrosetmessageid: <1287518960.68.0.830878305928.issue10147@psf.upfronthosting.co.za>
2010-10-19 20:09:19Retrolinkissue10147 messages
2010-10-19 20:09:19Retrocreate