diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-06-08 21:07:06 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-06-08 21:07:06 (GMT) |
commit | 28b0d9d13e8c4a92e60341d4758f3f81a8cf15e5 (patch) | |
tree | e53eb9741d2014b6f19432279d36e9e5cce04795 /Misc | |
parent | ba6c0d3b08768b1a6b9bebba5eeead840fdc9356 (diff) | |
download | cpython-28b0d9d13e8c4a92e60341d4758f3f81a8cf15e5.zip cpython-28b0d9d13e8c4a92e60341d4758f3f81a8cf15e5.tar.gz cpython-28b0d9d13e8c4a92e60341d4758f3f81a8cf15e5.tar.bz2 |
#17691: test_univnewlines now works with unittest test discovery. Patch by Zachary Ware.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -84,6 +84,9 @@ IDLE Tests ----- +- Issue #17691: test_univnewlines now works with unittest test discovery. + Patch by Zachary Ware. + - Issue #18094: test_uuid no more reports skipped tests as passed. - Issue #11995: test_pydoc doesn't import all sys.path modules anymore. |