diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-19 02:46:08 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-19 02:46:08 (GMT) |
commit | ba5da9437e766c2cbe12aef97ea6352fafaa75d5 (patch) | |
tree | 673097b9b267ec77b6d3bcd7c080aed98fbfaa5c /Misc | |
parent | a108112680db1576a71d9218cf052437b16868b6 (diff) | |
parent | 3e4a98bd1c93f66abf41561b558d81c0fbd02b2e (diff) | |
download | cpython-ba5da9437e766c2cbe12aef97ea6352fafaa75d5.zip cpython-ba5da9437e766c2cbe12aef97ea6352fafaa75d5.tar.gz cpython-ba5da9437e766c2cbe12aef97ea6352fafaa75d5.tar.bz2 |
#17789: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |