diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-17 01:52:24 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-17 01:52:24 (GMT) |
commit | e54c7185727ca7e46abc6484181c781ff5b0a4eb (patch) | |
tree | b8cbeb4ff750ae8f12d4b6647ae169f766313078 /Misc | |
parent | 0c7081aff471cca50fb068094d8cae11bf705cc6 (diff) | |
download | cpython-e54c7185727ca7e46abc6484181c781ff5b0a4eb.zip cpython-e54c7185727ca7e46abc6484181c781ff5b0a4eb.tar.gz cpython-e54c7185727ca7e46abc6484181c781ff5b0a4eb.tar.bz2 |
A couple more whatsnew updates.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |