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 jkloth, r.david.murray, serhiy.storchaka, techtonik
Date 2012-12-10.12:39:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355143153.93.0.144613542693.issue16656@psf.upfronthosting.co.za>
In-reply-to
Content
Works for me without the u'.', too, though less usefully:

>>> for r, dirs, files in os.walk('.'):
...   print dirs
... 
['\xd0\xa0\xd1\x83\xd1\x81\xd1\x81\xd0\xba\xd0\xbe\xd0\xb5 \xd0\xb8\xd0\xbc\xd1\x8f']

Maybe that doesn't work on Windows, though.  I am, of course, assuming that python3 does the right thing on Windows, but I can't imagine Victor would have overlooked that.
History
Date User Action Args
2012-12-10 12:39:13r.david.murraysetrecipients: + r.david.murray, techtonik, jkloth, serhiy.storchaka
2012-12-10 12:39:13r.david.murraysetmessageid: <1355143153.93.0.144613542693.issue16656@psf.upfronthosting.co.za>
2012-12-10 12:39:13r.david.murraylinkissue16656 messages
2012-12-10 12:39:13r.david.murraycreate