summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-03-27 16:21:20 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-03-27 16:21:20 (GMT)
commit00abf385ac3b4b13aee66cbeb2a33604d8a871f5 (patch)
tree09b5366e9c66b61c43e198e60de4870893565dcc /Misc
parent223082fc691024fe2d0fe44322d042a474eb345d (diff)
downloadcpython-00abf385ac3b4b13aee66cbeb2a33604d8a871f5.zip
cpython-00abf385ac3b4b13aee66cbeb2a33604d8a871f5.tar.gz
cpython-00abf385ac3b4b13aee66cbeb2a33604d8a871f5.tar.bz2
asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668
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 59e6d1c..8f55c63 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -107,6 +107,9 @@ Tests
redirect of http://www.python.org/ to https://www.python.org:
use http://www.example.com instead.
+- Issue #20668: asyncio tests no longer rely on tests.txt file.
+ (Patch by Vajrasky Kok)
+
Tools/Demos
-----------