changeset: 68611:6b627e121573 parent: 68609:c84753e4ce97 parent: 68610:cdd667e02fe3 user: Nick Coghlan date: Wed Mar 16 14:37:06 2011 -0400 files: Lib/test/test_pep292.py Lib/test/test_string.py Misc/ACKS Misc/NEWS description: Record backport of string.py patch and add credit to NEWS diff -r c84753e4ce97 -r 6b627e121573 Misc/NEWS --- a/Misc/NEWS Wed Mar 16 14:20:30 2011 -0400 +++ b/Misc/NEWS Wed Mar 16 14:37:06 2011 -0400 @@ -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.