commit | 8c3fb874ae07d270075b1d9f935d4714ef3c50fd | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Jul 31 17:32:11 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Jul 31 17:32:11 2002 +0000 |
tree | 8c9be9b8cf86777ecd48ad3a2106052db634f5bf | |
parent | 108b7918b00e4823f9eb3976ec34f46ba7d3db45 [diff] |
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).