]> granicus.if.org Git - python/commitdiff
Issue13234 Credit Santoso for the patch and add NEWS item
authorTim Golden <mail@timgolden.me.uk>
Fri, 25 Oct 2013 20:21:20 +0000 (21:21 +0100)
committerTim Golden <mail@timgolden.me.uk>
Fri, 25 Oct 2013 20:21:20 +0000 (21:21 +0100)
Misc/ACKS
Misc/NEWS

index 5908a679b3d9d6dea1fd65b82105bacdabbfecba..27fa115c22d8dd8480e8fbb12c07873b2ecf2459 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1384,6 +1384,7 @@ Truida Wiedijk
 Felix Wiemann
 Gerry Wiener
 Frank Wierzbicki
+Santoso Wijaya
 Bryce "Zooko" Wilcox-O'Hearn
 Timothy Wild
 Jakub Wilk
index be64bee591df63e549d684b6beeea37fe9f4df48..a083cc3a3fe1938f7710038e05cd64d072d046e4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #13234: Fix os.listdir to work with extended paths on Windows.
+  Patch by Santoso Wijaya.
+
 - Issue #19375: The site module adding a "site-python" directory to sys.path,
   if it exists, is now deprecated.