STINNER Victor added the comment:

Python 3 is not affected:

Python 3.5.0a0 (default:61a045ac0006, Jan 15 2015, 00:05:43) 
[GCC 4.9.2 20141101 (Red Hat 4.9.2-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> temppath = u"D:\\你好新建文件夹\\a"
>>> import shelve
>>> cache = shelve.open(temppath, 'c')

(no error)

----------
versions:  -Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9393>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to