commit | e9992292be1693c254a34577e4366707380ccebb | [log] [tgz] |
---|---|---|
author | Trent Nelson <trent@trent.me> | Fri Oct 26 22:21:46 2012 -0400 |
committer | Trent Nelson <trent@trent.me> | Fri Oct 26 22:21:46 2012 -0400 |
tree | 53a05e4a006d5b15747beedf3b2d3a93d597d349 | |
parent | e793f44abede8256c5fc64eff569473bcd362a0e [diff] [blame] |
Issue #16274: Fix test_asyncore on Solaris.
diff --git a/Misc/NEWS b/Misc/NEWS index 5052009..216346e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -435,6 +435,8 @@ Tests ----- +- Issue #16274: Fix test_asyncore on Solaris. Patch by Giampaolo Rodola'. + - Issue #15040: Close files in mailbox tests for PyPy compatibility. Original patch by Matti Picus.