summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-01 08:56:35 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-01 08:56:35 (GMT)
commit6cc46d35f1335e513238ba831df9d82ddc81b9d9 (patch)
treead39fabd5814ec627d124cef938b2f5421179716 /Misc
parenta2f94aa0bf6d4acfba188ca2493d4ecffb30eab4 (diff)
parent520378f81d30105d421e7b3a53c30fb0346be269 (diff)
downloadcpython-6cc46d35f1335e513238ba831df9d82ddc81b9d9.zip
cpython-6cc46d35f1335e513238ba831df9d82ddc81b9d9.tar.gz
cpython-6cc46d35f1335e513238ba831df9d82ddc81b9d9.tar.bz2
#17079: 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 9e28451..1c5f3b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -896,6 +896,9 @@ Tests
- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
+- Issue #17079: test_ctypes now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17304: test_hash now works with unittest test discovery.
Patch by Zachary Ware.