commit | 2a886412ba8d7a197c55b15aa2d89530c0a2f68a | [log] [tgz] |
---|---|---|
author | Giampaolo Rodola' <g.rodola@gmail.com> | Tue Mar 20 16:44:24 2012 +0100 |
committer | Giampaolo Rodola' <g.rodola@gmail.com> | Tue Mar 20 16:44:24 2012 +0100 |
tree | 627cccda98f7b00bf9623737688ef45d03638aef | |
parent | 2bf1f3bee4e7a68449eef01db68f12b2c4e00942 [diff] [blame] |
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
diff --git a/Misc/NEWS b/Misc/NEWS index f03aeb5..69388ca 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -30,6 +30,9 @@ Library ------- +- Issue #13694: asynchronous connect in asyncore.dispatcher does not set addr + attribute. + - Issue #14344: fixed the repr of email.policy objects. - Issue #11686: Added missing entries to email package __all__ lists