diff options
author | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-05-10 15:33:22 (GMT) |
---|---|---|
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-05-10 15:33:22 (GMT) |
commit | ff46d6e8444f749e3d099927414bafb5ef23d993 (patch) | |
tree | a297e2d411cc59cf61f036546aa558093c480e47 /Misc | |
parent | 264552a827b7c7a48b22bb74fd88e510d2017e4e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |