Issue #25911: Restored support of bytes paths in os.walk() on Windows.

This commit is contained in:
Serhiy Storchaka 2016-02-08 16:24:15 +02:00
commit 79ad897052
3 changed files with 41 additions and 10 deletions

View file

@ -170,6 +170,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.