diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-08 17:16:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-08 17:16:57 (GMT) |
commit | 2674bc7229b97cd0d94db1588a353461f4a0c00a (patch) | |
tree | ff5adebe888e528a93c8f80a94689a151b3aefa0 /Misc | |
parent | 3e49264dfb19b43a2bee930dd38e0beaef69a847 (diff) | |
download | cpython-2674bc7229b97cd0d94db1588a353461f4a0c00a.zip cpython-2674bc7229b97cd0d94db1588a353461f4a0c00a.tar.gz cpython-2674bc7229b97cd0d94db1588a353461f4a0c00a.tar.bz2 |
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
Patch by Eryk Sun.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -62,6 +62,9 @@ Core and Builtins Library ------- +- Issue #27998: Fixed bytes path support in os.scandir() on Windows. + Patch by Eryk Sun. + - Issue #28317: The disassembler now decodes FORMAT_VALUE argument. - Issue #26293: Fixed writing ZIP files that starts not from the start of the |