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 ncoghlan
Recipients Sworddragon, a.badger, bkabrda, ezio.melotti, ishimoto, jwilk, larry, loewis, martin.panter, ncoghlan, pitrou, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2014-04-27.18:13:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398622398.84.0.584402252891.issue19977@psf.upfronthosting.co.za>
In-reply-to
Content
Additional environments where the system misreports the encoding to use (courtesy of Armin Ronacher & Graham Dumpleton on Twitter): upstart, Salt, mod_wsgi.

Note that for more complex applications (e.g. integrated web UIs, socket servers, sending email), round tripping to the standard streams won't be enough - what we really need is a better "source of truth" as to the real system encoding when POSIX compliant systems provide incorrect configuration data to the interpreter.
History
Date User Action Args
2014-04-27 18:13:18ncoghlansetrecipients: + ncoghlan, loewis, ishimoto, pitrou, vstinner, larry, jwilk, ezio.melotti, a.badger, r.david.murray, Sworddragon, python-dev, martin.panter, serhiy.storchaka, bkabrda
2014-04-27 18:13:18ncoghlansetmessageid: <1398622398.84.0.584402252891.issue19977@psf.upfronthosting.co.za>
2014-04-27 18:13:18ncoghlanlinkissue19977 messages
2014-04-27 18:13:18ncoghlancreate