socket.connect() and socket.bind() change

Neil Schemenauer nascheme at enme.ucalgary.ca
Wed Mar 29 14:43:06 EST 2000


I think this change is going to break a lot of code.  The example
in the documentation used to use:

    s.bind(host, port)

and

    s.connect(host, port)

Unlike the append() change I would consider this to be changing a
documented interface.  All of my socket code will be broken by
this change.  Anyone else?


    Neil




More information about the Python-list mailing list