diff options
author | Brian Curtin <brian@python.org> | 2013-07-22 18:08:21 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2013-07-22 18:08:21 (GMT) |
commit | 2a545099f7ed45de1d45b45200d82c6298b75d2b (patch) | |
tree | 08eb5e338c1736c681eec007c666d736d4619390 /Misc | |
parent | 06f6fbffd4a41b4717aa4931580723eb0d98cc81 (diff) | |
parent | 9068e4d642353ea9b7b8a3684307d6608f598256 (diff) | |
download | cpython-2a545099f7ed45de1d45b45200d82c6298b75d2b.zip cpython-2a545099f7ed45de1d45b45200d82c6298b75d2b.tar.gz cpython-2a545099f7ed45de1d45b45200d82c6298b75d2b.tar.bz2 |
Merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |