]> granicus.if.org Git - python/commit
Fix all routines to use PyArg_ParseTuple(), and add ":name" to the
authorGuido van Rossum <guido@python.org>
Fri, 24 Mar 2000 20:56:56 +0000 (20:56 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Mar 2000 20:56:56 +0000 (20:56 +0000)
commit27fc3c05e14d8b876bf0577225d509cbde45bfe0
tree0582be46006a9f68b5d37a5d64ee764fe6baabee
parent7e57bc4a5b4a05329c4bbdacd7552e2e4f898e04
Fix all routines to use PyArg_ParseTuple(), and add ":name" to the
argument format strings.

THIS WILL PROBABLY BREAK LOTS OF CODE!!!

Also fixed a bogus string in an error message in getsockaddrlen().
Modules/socketmodule.c