From 0fb23a23f1063870df7155f7123dea55f00c786e Mon Sep 17 00:00:00 2001 From: Tim Golden Date: Fri, 25 Oct 2013 21:21:20 +0100 Subject: [PATCH] Issue13234 Credit Santoso for the patch and add NEWS item --- Misc/ACKS | 1 + Misc/NEWS | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Misc/ACKS b/Misc/ACKS index 5908a679b3d..27fa115c22d 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 be64bee591d..a083cc3a3fe 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.