summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-19 02:38:48 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-19 02:38:48 (GMT)
commita108112680db1576a71d9218cf052437b16868b6 (patch)
tree536ba35f47998d07b815ec3eff4e2d77bef27fec /Misc
parentf7520dc0d7b4965f2c23a734ab48d472553d3b06 (diff)
parentaaa5d1c5821b67dd9e3d33011d345b8839793254 (diff)
downloadcpython-a108112680db1576a71d9218cf052437b16868b6.zip
cpython-a108112680db1576a71d9218cf052437b16868b6.tar.gz
cpython-a108112680db1576a71d9218cf052437b16868b6.tar.bz2
#17779: 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 bccc52b..b59a325 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 #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.