diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-17 01:36:45 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-17 01:36:45 (GMT) |
commit | abe46fd8108e64b1ae224678025b0256d4705884 (patch) | |
tree | 73dbe326bc41719ccb692d7dce6c2753a3d8de93 /Misc | |
parent | 3533ef2d21319c1677cf746456507a83af49e412 (diff) | |
parent | d13c008bf41b43b3cca148198abf695df04af37a (diff) | |
download | cpython-abe46fd8108e64b1ae224678025b0256d4705884.zip cpython-abe46fd8108e64b1ae224678025b0256d4705884.tar.gz cpython-abe46fd8108e64b1ae224678025b0256d4705884.tar.bz2 |
#17766: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -119,6 +119,9 @@ Tests - Issue #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell. +- Issue #17766: test_iterlen now works with unittest test discovery. + Patch by Zachary Ware. + - Issue #17690: test_time now works with unittest test discovery. Patch by Zachary Ware. |