summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGiampaolo RodolĂ  <g.rodola@gmail.com>2010-05-10 15:33:22 (GMT)
committerGiampaolo RodolĂ  <g.rodola@gmail.com>2010-05-10 15:33:22 (GMT)
commitff46d6e8444f749e3d099927414bafb5ef23d993 (patch)
treea297e2d411cc59cf61f036546aa558093c480e47 /Misc
parent264552a827b7c7a48b22bb74fd88e510d2017e4e (diff)
downloadcpython-ff46d6e8444f749e3d099927414bafb5ef23d993.zip
cpython-ff46d6e8444f749e3d099927414bafb5ef23d993.tar.gz
cpython-ff46d6e8444f749e3d099927414bafb5ef23d993.tar.bz2
Issue #8490: adds a more solid test suite for asyncore
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 8e89c59..f214547 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -211,6 +211,9 @@ Extension Modules
Tests
-----
+- Issue #8490: asyncore now has a more solid test suite which actually tests
+ its API.
+
- Issue #8576: Remove use of find_unused_port() in test_smtplib and
test_multiprocessing. Patch by Paul Moore.