]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Sometimes, recvfrom() returns an empty address; this is not an error.
authorGuido van Rossum <guido@python.org>
Wed, 5 Aug 1992 19:00:45 +0000 (19:00 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 5 Aug 1992 19:00:45 +0000 (19:00 +0000)
commit25bec8c8dc0de55694cc573ef6d213ee5babd306
treec5f8d1f6e0e86383ac3965dd886fad713c4fb341
parent099d923344cfcb5e8f414573b11da84904cfb706
Sometimes, recvfrom() returns an empty address; this is not an error.
Also, get rid of makepair() in favor of mkvalue().
Modules/socketmodule.c