summaryrefslogtreecommitdiffstats
path: root/Misc/HISTORY
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-17 01:54:12 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-10-17 01:54:12 (GMT)
commit4d289a2a4d224948e490e0dc4ea807fa6aed3dec (patch)
treecb7b5916f0983d292982210f71f96b54dc389a68 /Misc/HISTORY
parent8261f838ff40b1235180feda58dbe7eafa67586a (diff)
parente54c7185727ca7e46abc6484181c781ff5b0a4eb (diff)
downloadcpython-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/HISTORY2
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