diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-16 18:37:06 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-16 18:37:06 (GMT) |
commit | 252183e4b6ebddb15a3f82e33a58b90809a46b9d (patch) | |
tree | dd5b1240d7d51d2f4428fd8c1666b65daf38e598 /Misc | |
parent | bffbd17a0eeabf9767099b5bf7030ac1c16811ae (diff) | |
parent | 7462fa654ba50b3ab19f3bea37816b5894990618 (diff) | |
download | cpython-252183e4b6ebddb15a3f82e33a58b90809a46b9d.zip cpython-252183e4b6ebddb15a3f82e33a58b90809a46b9d.tar.gz cpython-252183e4b6ebddb15a3f82e33a58b90809a46b9d.tar.bz2 |
Record backport of string.py patch and add credit to NEWS
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -237,7 +237,8 @@ Tests - 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. |