diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-17 02:11:09 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-17 02:11:09 (GMT) |
commit | bab07a652d811f2621538ffed6c46a41be2da888 (patch) | |
tree | fdc4fb419aec17f4db492c06e0b97955dbaf7057 /Misc | |
parent | c9dacc27cfdd45d80c5d6c4a2e481df7042be0c5 (diff) | |
parent | b52c0be4d284782475a96ce070075b5e912bccaf (diff) | |
download | cpython-bab07a652d811f2621538ffed6c46a41be2da888.zip cpython-bab07a652d811f2621538ffed6c46a41be2da888.tar.gz cpython-bab07a652d811f2621538ffed6c46a41be2da888.tar.bz2 |
Tidy up merge with remote
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -451,6 +451,7 @@ Tamito Kajiyama Peter van Kampen Rafe Kaplan Jacob Kaplan-Moss +Arkady Koplyarov Lou Kates Hiroaki Kawai Sebastien Keim @@ -72,6 +72,8 @@ Core and Builtins Library ------- +- Issue #11577: fix ResourceWarning triggered by improved binhex test coverage + - Issue #11243: fix the parameter querying methods of Message to work if the headers contain un-encoded non-ASCII data. @@ -242,6 +244,8 @@ Tools/Demos Tests ----- +- Issue #11577: improve test coverage of binhex.py. Patch by Arkady Koplyarov. + - New test_crashers added to exercise the scripts in the Lib/test/crashers directory and confirm they fail as expected |