summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-08 17:16:57 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-08 17:16:57 (GMT)
commit2674bc7229b97cd0d94db1588a353461f4a0c00a (patch)
treeff5adebe888e528a93c8f80a94689a151b3aefa0 /Misc
parent3e49264dfb19b43a2bee930dd38e0beaef69a847 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f433959..bf8bce9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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