]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
ACKS for PEP 393.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 28 Sep 2011 06:54:17 +0000 (08:54 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 28 Sep 2011 06:54:17 +0000 (08:54 +0200)
Misc/NEWS

index 4ac615ecfcc36f7ec9a4eae402934c16fa220d02..6ec36ddbc87ced41a74cb5e5942a3017d4d9b6bc 100644 (file)
--- 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