[issue3187] os.walk - strange bug

Benjamin Peterson report at bugs.python.org
Tue Jun 24 15:21:05 CEST 2008


Benjamin Peterson <musiccomposition at gmail.com> added the comment:

It seems the conversion to unicode strings (PyUnicode vs PyBytes) was
not complete in os.listdir. See the attached patch.

----------
keywords: +patch
Added file: http://bugs.python.org/file10719/oslistdir_string.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3187>
_______________________________________


More information about the Python-bugs-list mailing list