diff options
author | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-03-20 15:49:55 (GMT) |
---|---|---|
committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-03-20 15:49:55 (GMT) |
commit | 7941736ddb87baeb0771cdfd038de786cdff9009 (patch) | |
tree | 825909cad234af5bdc0d7ff28966facb1ad1398c /Misc | |
parent | 71faefc37e4a74d72e9a56243a085bfddd9209e0 (diff) | |
download | cpython-7941736ddb87baeb0771cdfd038de786cdff9009.zip cpython-7941736ddb87baeb0771cdfd038de786cdff9009.tar.gz cpython-7941736ddb87baeb0771cdfd038de786cdff9009.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
@@ -28,6 +28,9 @@ Core and Builtins Library ------- +- Issue #13694: asynchronous connect in asyncore.dispatcher does not set addr + attribute. + - Issue #11686: Added missing entries to email package __all__ lists (mostly the new Bytes classes). |