[Python-checkins] cpython: ACKS for PEP 393.

martin.v.loewis python-checkins at python.org
Wed Sep 28 08:54:26 CEST 2011


http://hg.python.org/cpython/rev/bbb0c4fdd90c
changeset:   72477:bbb0c4fdd90c
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Wed Sep 28 08:54:17 2011 +0200
summary:
  ACKS for PEP 393.

files:
  Misc/NEWS |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,8 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list