diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-09-28 06:54:17 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-09-28 06:54:17 (GMT) |
commit | 418170c50e46e239103018c7059aa75c6108677a (patch) | |
tree | 4613ac528b73edce3a3e7c88792e4a36476ba28c /Misc | |
parent | 24fa9832be29e242333763d54de460e83b5acaaa (diff) | |
download | cpython-418170c50e46e239103018c7059aa75c6108677a.zip cpython-418170c50e46e239103018c7059aa75c6108677a.tar.gz cpython-418170c50e46e239103018c7059aa75c6108677a.tar.bz2 |
ACKS for PEP 393.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,8 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- -- PEP 393: flexible string representation. +- PEP 393: flexible string representation. Thanks to Torsten Becker for the + initial implementation, and Victor Stinner for various bug fixes. - Issue #13012: The 'keepends' parameter to str.splitlines may now be passed as a keyword argument: "my_string.splitlines(keepends=True)". The same |