summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-17 01:52:24 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-10-17 01:52:24 (GMT)
commite54c7185727ca7e46abc6484181c781ff5b0a4eb (patch)
treeb8cbeb4ff750ae8f12d4b6647ae169f766313078 /Misc
parent0c7081aff471cca50fb068094d8cae11bf705cc6 (diff)
downloadcpython-e54c7185727ca7e46abc6484181c781ff5b0a4eb.zip
cpython-e54c7185727ca7e46abc6484181c781ff5b0a4eb.tar.gz
cpython-e54c7185727ca7e46abc6484181c781ff5b0a4eb.tar.bz2
A couple more whatsnew updates.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 115e94d..798ce78 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2363,7 +2363,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