diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-02-08 14:23:28 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-02-08 14:23:28 (GMT) |
commit | 5f6a0b4eb26695be759cd32e49e83f38b5123ce6 (patch) | |
tree | 64b45f0d4437b0e829dfa6f7e38b4e3bfb805cba /Misc | |
parent | 44391481d7d302bbe1c9c9eb0518b6a45f21e0b9 (diff) | |
download | cpython-5f6a0b4eb26695be759cd32e49e83f38b5123ce6.zip cpython-5f6a0b4eb26695be759cd32e49e83f38b5123ce6.tar.gz cpython-5f6a0b4eb26695be759cd32e49e83f38b5123ce6.tar.bz2 |
Issue #25911: Restored support of bytes paths in os.walk() on Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -73,6 +73,8 @@ Core and Builtins Library ------- +- Issue #25911: Restored support of bytes paths in os.walk() on Windows. + - Issue #26045: Add UTF-8 suggestion to error message when posting a non-Latin-1 string with http.client. |