Files
cpython/Lib
Fred Drake a6070f0221 Revise the wrapper structure for the socket module:
socket.py is used for all platforms, and it defines the additional
classes and alternate socket() function for Windows and BeOS systems.

The plat-*/socket.py files are no longer needed, since there is a
shared socket.py.

make_fqdn() is provided, but I decided to call it getfqdn() to be
consistent with the other names in the socket module.  Since it is
really a "get" operation and does not create a new name, this is
the right name to give it.

Move the docstring here from the _socket module.
2000-08-16 14:14:32 +00:00
..
2000-08-15 13:14:27 +00:00
2000-08-15 01:13:23 +00:00
2000-08-15 18:52:33 +00:00
2000-07-25 14:34:38 +00:00
2000-06-28 14:48:01 +00:00
2000-06-28 14:48:01 +00:00
2000-03-28 21:45:46 +00:00
2000-03-28 21:45:46 +00:00
2000-08-01 17:33:32 +00:00
2000-05-25 03:25:26 +00:00
2000-02-10 17:17:14 +00:00
2000-06-28 14:48:01 +00:00
2000-03-27 19:29:31 +00:00
2000-02-10 17:17:14 +00:00
2000-07-09 16:44:26 +00:00
2000-07-15 20:58:44 +00:00
2000-08-01 22:47:49 +00:00
2000-05-02 14:32:11 +00:00
2000-06-01 01:17:17 +00:00
2000-03-10 23:18:11 +00:00
2000-07-10 17:07:17 +00:00