diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-16 12:36:10 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-16 12:36:10 (GMT) |
commit | f5ad91c392199fe8fabeed34d1dce6f8be3a0921 (patch) | |
tree | 0a8fbf8311bf2a5a15c269ba783ca3f359ad8365 /Misc | |
parent | 755d5ea12aff91dfc4c4fe7302d911da33fffa82 (diff) | |
parent | 3d7e11520e5993b2adf9b809a8342084053988ae (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |