diff options
author | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-03-20 15:44:24 (GMT) |
---|---|---|
committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-03-20 15:44:24 (GMT) |
commit | 2a886412ba8d7a197c55b15aa2d89530c0a2f68a (patch) | |
tree | 627cccda98f7b00bf9623737688ef45d03638aef /Misc | |
parent | 2bf1f3bee4e7a68449eef01db68f12b2c4e00942 (diff) | |
download | cpython-2a886412ba8d7a197c55b15aa2d89530c0a2f68a.zip cpython-2a886412ba8d7a197c55b15aa2d89530c0a2f68a.tar.gz cpython-2a886412ba8d7a197c55b15aa2d89530c0a2f68a.tar.bz2 |
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ Core and Builtins 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 |