commit | ff46d6e8444f749e3d099927414bafb5ef23d993 | [log] [tgz] |
---|---|---|
author | Giampaolo RodolĂ <g.rodola@gmail.com> | Mon May 10 15:33:22 2010 +0000 |
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | Mon May 10 15:33:22 2010 +0000 |
tree | a297e2d411cc59cf61f036546aa558093c480e47 | |
parent | 264552a827b7c7a48b22bb74fd88e510d2017e4e [diff] [blame] |
Issue #8490: adds a more solid test suite for asyncore
diff --git a/Misc/NEWS b/Misc/NEWS index 8e89c59..f214547 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -211,6 +211,9 @@ 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.