]> granicus.if.org Git - python/commit
For platforms (like Windows) that wrap _socket.socket:
authorTim Peters <tim.peters@gmail.com>
Wed, 31 Jul 2002 17:32:11 +0000 (17:32 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 31 Jul 2002 17:32:11 +0000 (17:32 +0000)
commit8c3fb874ae07d270075b1d9f935d4714ef3c50fd
tree8c9be9b8cf86777ecd48ad3a2106052db634f5bf
parent108b7918b00e4823f9eb3976ec34f46ba7d3db45
For platforms (like Windows) that wrap _socket.socket:
+ Don't change the arglist requirements.
+ Give the wrapper the same docstring as _socket.socket (it didn't
  have any docstring).
Lib/socket.py