]> granicus.if.org Git - python/commit
Patch 731209: Restore socketmodule's behaviour with dotted quad addresses
authorAnthony Baxter <anthonybaxter@gmail.com>
Fri, 2 May 2003 15:40:46 +0000 (15:40 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Fri, 2 May 2003 15:40:46 +0000 (15:40 +0000)
commit0e85f9d6fdabd4eb4d03424cb1847f8f05ac9cc9
tree619e19c50b6be55764224d88a2d0f4b9b1c882b1
parent6dc4a8e3fb7c9b290ee867f167af1395643705a1
Patch 731209: Restore socketmodule's behaviour with dotted quad addresses
to that of Python2.1. Such nnn.nnn.nnn.nnn addresses are just used directly,
not passed to the resolver for a pointless lookup.
Modules/socketmodule.c