Antoine Pitrou <[email protected]> added the comment: > A return value of None would still not indicate if we had a working > connection without certificate or a failed connection. That would be > annoying.
Ah, right. Then raising e.g. a ValueError would be better. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13721> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
