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

April 4, 2000
3:04 p.m.
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>
9207
Age (days ago)
9207
Last active (days ago)
0 comments
1 participants
participants (1)
-
Fredrik Lundh