From: Nick Coghlan Date: Wed, 16 Mar 2011 18:37:06 +0000 (-0400) Subject: Record backport of string.py patch and add credit to NEWS X-Git-Tag: v3.3.0a1~2891^2~13^2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=252183e4b6ebddb15a3f82e33a58b90809a46b9d;p=thirdparty%2FPython%2Fcpython.git Record backport of string.py patch and add credit to NEWS --- 252183e4b6ebddb15a3f82e33a58b90809a46b9d diff --cc Misc/NEWS index b391f2326b5f,419b0d5dcc0d..1de6111a2e91 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -237,8 -130,6 +237,9 @@@ Test - 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.