summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-08-08 18:35:11 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-08-08 18:35:11 (GMT)
commitd630e0070f2f9405a40b026c151c4586324acd32 (patch)
treea1e914ac6fd1170773bbc73a976eaf295fa7a7ed /Misc
parent7d02a98f78e9350f02143e473808a29594953905 (diff)
parent5a794c16d98a12f75b728ff902c410f10f93770f (diff)
downloadcpython-d630e0070f2f9405a40b026c151c4586324acd32.zip
cpython-d630e0070f2f9405a40b026c151c4586324acd32.tar.gz
cpython-d630e0070f2f9405a40b026c151c4586324acd32.tar.bz2
Closes #22060: Merge with 3.4
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 749e2ae..aea2df9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -819,6 +819,9 @@ Documentation
Tests
-----
+- Issue #22060: test_ctypes has been somewhat cleaned up and simplified; it
+ now uses unittest test discovery to find its tests.
+
- Issue #22104: regrtest.py no longer holds a reference to the suite of tests
loaded from test modules that don't define test_main().