summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-16 12:36:10 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-16 12:36:10 (GMT)
commitf5ad91c392199fe8fabeed34d1dce6f8be3a0921 (patch)
tree0a8fbf8311bf2a5a15c269ba783ca3f359ad8365 /Misc
parent755d5ea12aff91dfc4c4fe7302d911da33fffa82 (diff)
parent3d7e11520e5993b2adf9b809a8342084053988ae (diff)
downloadcpython-f5ad91c392199fe8fabeed34d1dce6f8be3a0921.zip
cpython-f5ad91c392199fe8fabeed34d1dce6f8be3a0921.tar.gz
cpython-f5ad91c392199fe8fabeed34d1dce6f8be3a0921.tar.bz2
Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character
(U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
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 3819d6c..0ccc45c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Core and Builtins
Library
-------
+- Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character
+ (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
+
- Issue #19532: python -m compileall with no filename/directory arguments now
respects the -f and -q flags instead of ignoring them.