diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-02 12:48:01 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-02 12:48:01 (GMT) |
commit | ee71f4a8a435eadef176b9a651d5245d7be03e51 (patch) | |
tree | 39eade9b065663fa53370ba39bf1f5b31aa4e50f /Misc | |
parent | 5c67e22145d55e10805a702c8ca0d72298b29b3d (diff) | |
parent | bce9a5d5cd783e116fe404c438cb08fc391be111 (diff) | |
download | cpython-ee71f4a8a435eadef176b9a651d5245d7be03e51.zip cpython-ee71f4a8a435eadef176b9a651d5245d7be03e51.tar.gz cpython-ee71f4a8a435eadef176b9a651d5245d7be03e51.tar.bz2 |
#17334: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -899,6 +899,9 @@ Tests - Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. +- Issue #17334: test_index now works with unittest test discovery. + Patch by Zachary Ware. + - Issue #17333: test_imaplib now works with unittest test discovery. Patch by Zachary Ware. |