Issue 3187 is a case where os.listdir tries to decode filenames with the default file system encoding, but failing that, simply returns the unencoded bytestring. This was obviously ok in 2.x, but not so good in py3k where bytes are cleanly separated from unicode.
Any comments on the issue are welcome. -- Cheers, Benjamin Peterson "There's no place like 127.0.0.1." _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com