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 vstinner
Recipients deleted250130, docs@python, vstinner
Date 2013-12-02.11:19:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Code in Python 3.4.

initfsencoding():
http://hg.python.org/cpython/file/e3c48bddf621/Python/pythonrun.c#l965

get_locale_encoding():
http://hg.python.org/cpython/file/e3c48bddf621/Python/pythonrun.c#l250
History
Date User Action Args
2013-12-02 11:19:53vstinnersetrecipients: + vstinner, docs@python, deleted250130
2013-12-02 11:19:53vstinnersetmessageid: <[email protected]>
2013-12-02 11:19:53vstinnerlinkissue19847 messages
2013-12-02 11:19:52vstinnercreate