]> granicus.if.org Git - python/commit
Restore strict checking of socket address values; addresses passed to
authorFred Drake <fdrake@acm.org>
Sat, 1 Jul 2000 03:40:12 +0000 (03:40 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 1 Jul 2000 03:40:12 +0000 (03:40 +0000)
commit728819af5d60f50ab4fea33a44bd179732b20e9b
tree3e2e102c9f90de22737664b32c0b4bc09bcb655e
parent54610f31cc3f839bb366299290e61b2333a32d10
Restore strict checking of socket address values; addresses passed to
the bind(), connect(), and connect_ex() methods must be a single
parameter.

Originally part of 1.98, reverted in 1.100.
Modules/socketmodule.c