summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-19 02:59:17 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-19 02:59:17 (GMT)
commit77badf32c9a9644dbfa470077cfe53d8ec5d0fdd (patch)
treec12ecf078cfd9f31a8badf37d3c90575728c6fe7 /Misc
parentba5da9437e766c2cbe12aef97ea6352fafaa75d5 (diff)
parentab5ba7918e07e5f3a7c51119e23803c755534a0d (diff)
downloadcpython-77badf32c9a9644dbfa470077cfe53d8ec5d0fdd.zip
cpython-77badf32c9a9644dbfa470077cfe53d8ec5d0fdd.tar.gz
cpython-77badf32c9a9644dbfa470077cfe53d8ec5d0fdd.tar.bz2
#17790: 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 f7b50cd..28b5d66 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -134,6 +134,9 @@ Tests
- Issue #12820: add tests for the xml.dom.minicompat module.
Patch by John Chandler and Phil Connell.
+- Issue #17790: test_set now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17789: test_random now works with unittest test discovery.
Patch by Zachary Ware.