summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-06-08 21:10:04 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-06-08 21:10:04 (GMT)
commitf103d55b2acb0ed0352e407249f2734b65c4b874 (patch)
tree1aa6626f35029df1d1077ae81846aa3c4dbd4450 /Misc
parenta81dd6594067a9501f3ba65b7c05dd50accac5de (diff)
parent28b0d9d13e8c4a92e60341d4758f3f81a8cf15e5 (diff)
downloadcpython-f103d55b2acb0ed0352e407249f2734b65c4b874.zip
cpython-f103d55b2acb0ed0352e407249f2734b65c4b874.tar.gz
cpython-f103d55b2acb0ed0352e407249f2734b65c4b874.tar.bz2
#17691: merge with 3.3.
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 e0bd209..b337d48 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -379,6 +379,9 @@ Tests
- Issue #12820: add tests for the xml.dom.minicompat module.
Patch by John Chandler and Phil Connell.
+- Issue #17691: test_univnewlines now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17790: test_set now works with unittest test discovery.
Patch by Zachary Ware.