]> granicus.if.org Git - python/commitdiff
Add warning that multi-arg connect() etc. are deprecated.
authorGuido van Rossum <guido@python.org>
Tue, 4 Apr 2000 15:09:07 +0000 (15:09 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Apr 2000 15:09:07 +0000 (15:09 +0000)
Modules/socketmodule.c

index 766edf7af338f964f90367b2379da82c2f9acaeb..bc8c9ae6175e478c83a3b27c5ee5041f6a9e6ad5 100644 (file)
@@ -68,7 +68,7 @@ Module interface:
 Socket methods:
 (NB: an argument list of the form (sockaddr...) means that multiple
 arguments are treated the same as a single tuple argument, for backwards
-compatibility.)
+compatibility.  This is deprecated, and will be removed in future versions.)
 
 - s.accept() --> new socket object, sockaddr
 - s.bind(sockaddr...) --> None