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 rhettinger
Recipients Jakub Szewczyk, eric.smith, jemerton, rhettinger
Date 2018-08-02.04:26:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533183968.48.0.56676864532.issue33731@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to see locale() remain somewhat decoupled from the rest of string formatting.  IIRC locale() is finicky especially when concurrency is involved.  I think a best practice is for an app to address locale issues explicitly rather than inside string formatting.  I'll defer to those with more experience using locale -- I just have a vague recollection of this being an area fraught with landmines.
History
Date User Action Args
2018-08-02 04:26:08rhettingersetrecipients: + rhettinger, eric.smith, jemerton, Jakub Szewczyk
2018-08-02 04:26:08rhettingersetmessageid: <1533183968.48.0.56676864532.issue33731@psf.upfronthosting.co.za>
2018-08-02 04:26:08rhettingerlinkissue33731 messages
2018-08-02 04:26:08rhettingercreate