diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-12 03:32:05 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-12 03:32:05 (GMT) |
commit | b5689de04425775932331b153feee7d9598755ad (patch) | |
tree | 15cbe6eeb2e7cbe83379c586ccf696583d617107 /Misc | |
parent | 58a96efde53a52d501cdf6db810fedb1d86ecdb9 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |