[issue29757] The loop in utility `socket.create_connection()` swallows previous errors

Kostis Anagnostopoulos report at bugs.python.org
Wed Mar 22 15:20:32 EDT 2017


Kostis Anagnostopoulos added the comment:

> This is a new feature, so we can only push it to 3.7.

As it stands now(b39d4b1c6) it hardly contains any change - just in the case of multiple intermediate errors AND final failure, the exception raised is a bit different.

AFAICS it would be a "change" for 3.7 if my one of the 3 options of my last comment gets implemented.

Any ideas which one to implement?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29757>
_______________________________________


More information about the Python-bugs-list mailing list