Ronald Oussoren <ronaldousso...@mac.com> added the comment:

I've removed 2.5 and added 3.2 because there won't be further bugfix releases 
of 2.5 and the issue also affects 3.2.

IMHO changing this behavior is not a bugfix and is therefore out of scope for 
2.6.x, in particular because this change might break code that runs fine on OSX 
and assumes the current behavior.

The documntation is not entirely clear on the behavior of the accept method, 
the best I could find is the documentation of the setblocking method: that says 
that all sockets are blocking by default, that would mean that the result of 
accept should be a blocking socket.

I'm therefore +1 for this change. I'm setting the 'needs review' flag because 
I'd like some input from other developers as well.

----------
keywords: +needs review
versions: +Python 3.2 -Python 2.5

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

Reply via email to