[Python-Dev] Heads up: socket.connect() breakage ahead

Skip Montanaro skip@mojam.com (Skip Montanaro)
Tue, 4 Apr 2000 09:23:44 -0500 (CDT)


    Fred> If you *must* support the two-arg flavor (which I've never
    Fred> actually seen outside this discussion), I'd suggest not
    Fred> documenting it as a backward compatibility, only that it will
    Fred> disappear in 1.7.  

Having surprisingly little opportunity to call socket.connect directly in my
work (considering the bulk of my programming is for the web), I'll note for
the record that the direct calls I've made to socket.connect all have two
arguments: host and port.  It never occurred to me that there would even be
a one-argument version.  After all, why look at the docs for help if what
you're doing already works?

Skip