From: Martin v. Löwis Date: Wed, 28 Sep 2011 06:54:17 +0000 (+0200) Subject: ACKS for PEP 393. X-Git-Tag: v3.3.0a1~1486 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=418170c50e46e239103018c7059aa75c6108677a;p=thirdparty%2FPython%2Fcpython.git ACKS for PEP 393. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4ac615ecfcc3..6ec36ddbc87c 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