This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients giampaolo.rodola, jcea, python-dev, trent
Date 2012-10-19.18:20:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350670819.28.0.375303005163.issue16274@psf.upfronthosting.co.za>
In-reply-to
Content
"hg annotate" is useful :-)

Changes in 3.2 look like coming from here:

"""
jcea@ubuntu:~/hg/python/cpython$ hg log -r 64988
changeset:   64988:0f8c2eb89f46
user:        Antoine Pitrou <solipsis@pitrou.net>
date:        Tue Sep 28 21:23:11 2010 +0000
summary:     Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN,

jcea@ubuntu:~/hg/python/cpython$ hg log -r 65314
changeset:   65314:12442ac3f7dd
parent:      65312:a27fc0ff3678
user:        Antoine Pitrou <solipsis@pitrou.net>
date:        Thu Oct 14 15:05:38 2010 +0000
summary:     Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,
"""
History
Date User Action Args
2012-10-19 18:20:19jceasetrecipients: + jcea, giampaolo.rodola, trent, python-dev
2012-10-19 18:20:19jceasetmessageid: <1350670819.28.0.375303005163.issue16274@psf.upfronthosting.co.za>
2012-10-19 18:20:19jcealinkissue16274 messages
2012-10-19 18:20:19jceacreate