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 r.david.murray
Recipients r.david.murray, serhiy.storchaka, techtonik
Date 2012-12-10.12:34:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355142857.53.0.281055009079.issue16656@psf.upfronthosting.co.za>
In-reply-to
Content
For that matter, it isn't reproduced in python2.7, either:

>>> for r, dirs, files in os.walk(u'.'):
...   print dirs
... 
[u'\u0420\u0443\u0441\u0441\u043a\u043e\u0435 \u0438\u043c\u044f']
[]
History
Date User Action Args
2012-12-10 12:34:17r.david.murraysetrecipients: + r.david.murray, techtonik, serhiy.storchaka
2012-12-10 12:34:17r.david.murraysetmessageid: <1355142857.53.0.281055009079.issue16656@psf.upfronthosting.co.za>
2012-12-10 12:34:17r.david.murraylinkissue16656 messages
2012-12-10 12:34:17r.david.murraycreate