Jesús Cea Avión added the comment:

"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 <solip...@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 <solip...@pitrou.net>
date:        Thu Oct 14 15:05:38 2010 +0000
summary:     Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket 
module,
"""

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16274>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to