diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-11 17:29:42 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-11 17:29:42 (GMT) |
commit | 3836d70ed56d4b0f7fab8326470fc8abfe896391 (patch) | |
tree | 70bb83f1230f7915a3b4bb34bcee30f99b3fa6e5 /Misc | |
parent | 5e2f59314588f4d263fe728ee8ba7da92f3439a0 (diff) | |
download | cpython-3836d70ed56d4b0f7fab8326470fc8abfe896391.zip cpython-3836d70ed56d4b0f7fab8326470fc8abfe896391.tar.gz cpython-3836d70ed56d4b0f7fab8326470fc8abfe896391.tar.bz2 |
#17690: test_time now works with unittest test discovery. Patch by Zachary Ware.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,6 +74,9 @@ Tests - Issue #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell. +- Issue #17690: test_time now works with unittest test discovery. + Patch by Zachary Ware. + Documentation ------------- |