]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added socket.getservbyport(), and make its second argument and that of
authorBarry Warsaw <barry@python.org>
Mon, 28 Jun 2004 00:50:43 +0000 (00:50 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 28 Jun 2004 00:50:43 +0000 (00:50 +0000)
commit11b91a0ea33fc4632a84d1b762f432411f9a0ddd
tree9727062871138ce674455ee6c021220361bd8ccb
parent1ed5705154d6a0f4e23345f3ead902d2fffecca8
Added socket.getservbyport(), and make its second argument and that of
getservbyname() optional.  Update the tests and the docs.
Doc/lib/libsocket.tex
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c