[docs] [issue19847] Setting the default filesystem-encoding

STINNER Victor report at bugs.python.org
Mon Dec 2 12:19:53 CET 2013


STINNER Victor added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19847>
_______________________________________


More information about the docs mailing list