From: Tim Golden Date: Fri, 25 Oct 2013 20:21:20 +0000 (+0100) Subject: Issue13234 Credit Santoso for the patch and add NEWS item X-Git-Tag: v3.4.0b1~536 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fb23a23f1063870df7155f7123dea55f00c786e;p=thirdparty%2FPython%2Fcpython.git Issue13234 Credit Santoso for the patch and add NEWS item --- diff --git a/Misc/ACKS b/Misc/ACKS index 5908a679b3d9..27fa115c22d8 100644 --- 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 diff --git a/Misc/NEWS b/Misc/NEWS index be64bee591df..a083cc3a3fe1 100644 --- 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.