summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-02-08 14:23:28 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-02-08 14:23:28 (GMT)
commit5f6a0b4eb26695be759cd32e49e83f38b5123ce6 (patch)
tree64b45f0d4437b0e829dfa6f7e38b4e3bfb805cba /Misc
parent44391481d7d302bbe1c9c9eb0518b6a45f21e0b9 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 29a09d7..189ea31 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.