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 jcea, r.david.murray, serhiy.storchaka, vstinner, wjm251
Date 2015-01-18.14:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421591581.3.0.796702933507.issue9393@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2015-01-18 14:33:01vstinnersetrecipients: + vstinner, jcea, r.david.murray, wjm251, serhiy.storchaka
2015-01-18 14:33:01vstinnersetmessageid: <1421591581.3.0.796702933507.issue9393@psf.upfronthosting.co.za>
2015-01-18 14:33:01vstinnerlinkissue9393 messages
2015-01-18 14:33:01vstinnercreate