diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-17 01:54:12 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-17 01:54:12 (GMT) |
commit | 4d289a2a4d224948e490e0dc4ea807fa6aed3dec (patch) | |
tree | cb7b5916f0983d292982210f71f96b54dc389a68 /Misc/HISTORY | |
parent | 8261f838ff40b1235180feda58dbe7eafa67586a (diff) | |
parent | e54c7185727ca7e46abc6484181c781ff5b0a4eb (diff) | |
download | cpython-4d289a2a4d224948e490e0dc4ea807fa6aed3dec.zip cpython-4d289a2a4d224948e490e0dc4ea807fa6aed3dec.tar.gz cpython-4d289a2a4d224948e490e0dc4ea807fa6aed3dec.tar.bz2 |
Merge: A couple more whatsnew updates.
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r-- | Misc/HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 87141cb..68dfedc 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -2208,7 +2208,7 @@ Core and Builtins - Issue #11272: On Windows, input() strips '\r' (and not only '\n'), and sys.stdin uses universal newline (replace '\r\n' by '\n'). -- issue #11828: startswith and endswith don't accept None as slice index. +- Issue #11828: startswith and endswith now accept None as slice index. Patch by Torsten Becker. - Issue #10830: Fix PyUnicode_FromFormatV("%c") for non-BMP characters on |