summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-19 02:46:08 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-19 02:46:08 (GMT)
commitba5da9437e766c2cbe12aef97ea6352fafaa75d5 (patch)
tree673097b9b267ec77b6d3bcd7c080aed98fbfaa5c /Misc
parenta108112680db1576a71d9218cf052437b16868b6 (diff)
parent3e4a98bd1c93f66abf41561b558d81c0fbd02b2e (diff)
downloadcpython-ba5da9437e766c2cbe12aef97ea6352fafaa75d5.zip
cpython-ba5da9437e766c2cbe12aef97ea6352fafaa75d5.tar.gz
cpython-ba5da9437e766c2cbe12aef97ea6352fafaa75d5.tar.bz2
#17789: 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 b59a325..f7b50cd 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 #17789: test_random now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17779: test_osx_env now works with unittest test discovery.
Patch by Zachary Ware.