diff options
author | Tim Golden <mail@timgolden.me.uk> | 2013-10-25 20:21:20 (GMT) |
---|---|---|
committer | Tim Golden <mail@timgolden.me.uk> | 2013-10-25 20:21:20 (GMT) |
commit | 0fb23a23f1063870df7155f7123dea55f00c786e (patch) | |
tree | c3c3e80a1fa1996582ca96544700fce3972febde | |
parent | 781bbebacb9d26d216abaa8b66a7ce790f91dd98 (diff) | |
download | cpython-0fb23a23f1063870df7155f7123dea55f00c786e.zip cpython-0fb23a23f1063870df7155f7123dea55f00c786e.tar.gz cpython-0fb23a23f1063870df7155f7123dea55f00c786e.tar.bz2 |
Issue13234 Credit Santoso for the patch and add NEWS item
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1384,6 +1384,7 @@ Truida Wiedijk Felix Wiemann Gerry Wiener Frank Wierzbicki +Santoso Wijaya Bryce "Zooko" Wilcox-O'Hearn Timothy Wild Jakub Wilk @@ -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. |