summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-09-28 06:54:17 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-09-28 06:54:17 (GMT)
commit418170c50e46e239103018c7059aa75c6108677a (patch)
tree4613ac528b73edce3a3e7c88792e4a36476ba28c /Misc
parent24fa9832be29e242333763d54de460e83b5acaaa (diff)
downloadcpython-418170c50e46e239103018c7059aa75c6108677a.zip
cpython-418170c50e46e239103018c7059aa75c6108677a.tar.gz
cpython-418170c50e46e239103018c7059aa75c6108677a.tar.bz2
ACKS for PEP 393.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4ac615e..6ec36dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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