diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-19 02:38:48 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-19 02:38:48 (GMT) |
commit | a108112680db1576a71d9218cf052437b16868b6 (patch) | |
tree | 536ba35f47998d07b815ec3eff4e2d77bef27fec /Misc | |
parent | f7520dc0d7b4965f2c23a734ab48d472553d3b06 (diff) | |
parent | aaa5d1c5821b67dd9e3d33011d345b8839793254 (diff) | |
download | cpython-a108112680db1576a71d9218cf052437b16868b6.zip cpython-a108112680db1576a71d9218cf052437b16868b6.tar.gz cpython-a108112680db1576a71d9218cf052437b16868b6.tar.bz2 |
#17779: 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 #17779: test_osx_env now works with unittest test discovery. + Patch by Zachary Ware. + - Issue #17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware. |