Message 184583 - Python tracker (original) (raw)

thank you os: win7 bit64 python: 2.7.3

import sys,locale print(locale.getdefaultlocale()) ('zh_CN', 'cp936') print(sys.getdefaultencoding()) ascii

祝愉快!

肖微

2013年 月 日

2013/3/18 Amaury Forgeot d'Arc <report@bugs.python.org>

Amaury Forgeot d'Arc added the comment:

There may be an issue with the GetFullPathName system call. Could you copy the result of these functions:

import sys, locale print(locale.getdefaultlocale()) print(sys.getdefaultencoding())


nosy: +amaury.forgeotdarc


Python tracker <report@bugs.python.org> <http://bugs.python.org/issue17320>