summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-01-12 03:32:05 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-01-12 03:32:05 (GMT)
commitb5689de04425775932331b153feee7d9598755ad (patch)
tree15cbe6eeb2e7cbe83379c586ccf696583d617107 /Misc
parent58a96efde53a52d501cdf6db810fedb1d86ecdb9 (diff)
downloadcpython-b5689de04425775932331b153feee7d9598755ad.zip
cpython-b5689de04425775932331b153feee7d9598755ad.tar.gz
cpython-b5689de04425775932331b153feee7d9598755ad.tar.bz2
#5827: make sure that normpath preserves unicode
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 19ca01c..245b6a6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Core and Builtins
Library
-------
+- Issue #5827: Make sure that normpath preserves unicode. Initial patch
+ by Matt Giuca.
+
- Issue #5372: Drop the reuse of .o files in Distutils' ccompiler (since
Extension extra options may change the output without changing the .c
file). Initial patch by Collin Winter.