summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-06-08 21:07:06 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-06-08 21:07:06 (GMT)
commit28b0d9d13e8c4a92e60341d4758f3f81a8cf15e5 (patch)
treee53eb9741d2014b6f19432279d36e9e5cce04795 /Misc
parentba6c0d3b08768b1a6b9bebba5eeead840fdc9356 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cb1d126..5707f04 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.