]> granicus.if.org Git - python/commit
RFE #567972: Socket objects' family, type and proto properties are
authorGeorg Brandl <georg@python.org>
Fri, 17 Mar 2006 19:17:34 +0000 (19:17 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 17 Mar 2006 19:17:34 +0000 (19:17 +0000)
commitbc45a3f8210213986e12dfecd7c12b8a45b4f16b
tree290112e792ae1587f3c2db552975f8e06de05d4c
parent5c170fd4a9d2bc2e475d718cbbce526cad4a3eaa
RFE #567972: Socket objects' family, type and proto properties are
now exposed via new get...() methods.
Doc/lib/libsocket.tex
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c