diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-08-08 18:35:11 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-08-08 18:35:11 (GMT) |
commit | d630e0070f2f9405a40b026c151c4586324acd32 (patch) | |
tree | a1e914ac6fd1170773bbc73a976eaf295fa7a7ed /Misc | |
parent | 7d02a98f78e9350f02143e473808a29594953905 (diff) | |
parent | 5a794c16d98a12f75b728ff902c410f10f93770f (diff) | |
download | cpython-d630e0070f2f9405a40b026c151c4586324acd32.zip cpython-d630e0070f2f9405a40b026c151c4586324acd32.tar.gz cpython-d630e0070f2f9405a40b026c151c4586324acd32.tar.bz2 |
Closes #22060: Merge with 3.4
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(). |