]> granicus.if.org Git - python/commit
Issue #25911: Restored support of bytes paths in os.walk() on Windows.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 8 Feb 2016 14:24:15 +0000 (16:24 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 8 Feb 2016 14:24:15 +0000 (16:24 +0200)
commit79ad8970523da6cad6b7485a98322197ab0f686b
treef25b101bfeac0e19d11c81bbf61520709558055c
parent192697e33b77681cf127871b2ebe3bbbea7c64ed
parent5f6a0b4eb26695be759cd32e49e83f38b5123ce6
Issue #25911: Restored support of bytes paths in os.walk() on Windows.
Lib/test/test_os.py
Misc/NEWS