summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2013-07-22 18:08:21 (GMT)
committerBrian Curtin <brian@python.org>2013-07-22 18:08:21 (GMT)
commit2a545099f7ed45de1d45b45200d82c6298b75d2b (patch)
tree08eb5e338c1736c681eec007c666d736d4619390 /Misc
parent06f6fbffd4a41b4717aa4931580723eb0d98cc81 (diff)
parent9068e4d642353ea9b7b8a3684307d6608f598256 (diff)
downloadcpython-2a545099f7ed45de1d45b45200d82c6298b75d2b.zip
cpython-2a545099f7ed45de1d45b45200d82c6298b75d2b.tar.gz
cpython-2a545099f7ed45de1d45b45200d82c6298b75d2b.tar.bz2
Merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3391d2c..2d970b9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -548,6 +548,10 @@ Library
Tests
-----
+- Issue #17944: test_zipfile now discoverable and uses subclassing to
+ generate tests for different compression types. Fixed a bug with skipping
+ some tests due to use of exhausted iterators.
+
- Issue #18266: test_largefile now works with unittest test discovery and
supports running only selected tests. Patch by Zachary Ware.