[Python-checkins] cpython (merge 3.2 -> default): Record backport of string.py patch and add credit to NEWS

nick.coghlan python-checkins at python.org
Wed Mar 16 19:32:02 CET 2011


http://hg.python.org/cpython/rev/6b627e121573
changeset:   68611:6b627e121573
parent:      68609:c84753e4ce97
parent:      68610:cdd667e02fe3
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Wed Mar 16 14:37:06 2011 -0400
summary:
  Record backport of string.py patch and add credit to NEWS

files:
  Lib/test/test_pep292.py
  Lib/test/test_string.py
  Misc/ACKS
  Misc/NEWS

diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -237,7 +237,8 @@
 
 - Issue #11554: Reactivated test_email_codecs.
 
-- Issue #11505: improves test coverage of string.py
+- Issue #11505: improves test coverage of string.py. Patch by Alicia
+  Arlen
 
 - Issue #11490: test_subprocess:test_leaking_fds_on_error no longer gives a
   false positive if the last directory in the path is inaccessible.

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


More information about the Python-checkins mailing list