[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.99,1.100

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Tue, 4 Apr 2000 17:04:40 +0200


>   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.)

how about threatening to remove this in 1.7?

IOW:

> + (NB: an argument list of the form (sockaddr...) means that multiple
> + arguments are treated the same as a single tuple argument, for =
backwards
> + compatibility.  This is deprecated, and will be removed in future =
versions.)

</F>