summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-07-23 17:06:47 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-07-23 17:06:47 (GMT)
commitf886697659a6ce9541bfc271d34929f3b225243e (patch)
treedb3f5ecab45ee4ab5c81eeda74d8bb82d33fd6d3 /Misc
parentb848944d728faf9a5e6f4424a5c270734cbe4ce8 (diff)
parentf012ba42fe54253378a2784aaf7177aa36be579a (diff)
downloadcpython-f886697659a6ce9541bfc271d34929f3b225243e.zip
cpython-f886697659a6ce9541bfc271d34929f3b225243e.tar.gz
cpython-f886697659a6ce9541bfc271d34929f3b225243e.tar.bz2
Closes #22002: Merge with 3.4
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0356347..0905537 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -716,6 +716,10 @@ Documentation
Tests
-----
+- Issue #22002: Added ``load_package_tests`` function to test.support and used
+ it to implement/augment test discovery in test_asyncio, test_email,
+ test_importlib, test_json, and test_tools.
+
- Issue #21976: Fix test_ssl to accept LibreSSL version strings. Thanks
to William Orr.