summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2011-03-17 02:11:09 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2011-03-17 02:11:09 (GMT)
commitbab07a652d811f2621538ffed6c46a41be2da888 (patch)
treefdc4fb419aec17f4db492c06e0b97955dbaf7057 /Misc
parentc9dacc27cfdd45d80c5d6c4a2e481df7042be0c5 (diff)
parentb52c0be4d284782475a96ce070075b5e912bccaf (diff)
downloadcpython-bab07a652d811f2621538ffed6c46a41be2da888.zip
cpython-bab07a652d811f2621538ffed6c46a41be2da888.tar.gz
cpython-bab07a652d811f2621538ffed6c46a41be2da888.tar.bz2
Tidy up merge with remote
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 997dd8c..91bcec8 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -451,6 +451,7 @@ Tamito Kajiyama
Peter van Kampen
Rafe Kaplan
Jacob Kaplan-Moss
+Arkady Koplyarov
Lou Kates
Hiroaki Kawai
Sebastien Keim
diff --git a/Misc/NEWS b/Misc/NEWS
index dd5b3f5..90c82a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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