]> granicus.if.org Git - python/commit
Oops. In the tp_name field, the name should be "_socket.socket", not
authorGuido van Rossum <guido@python.org>
Sun, 28 Oct 2001 12:31:33 +0000 (12:31 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 28 Oct 2001 12:31:33 +0000 (12:31 +0000)
commitca6dfa55c50621b78366685d71041c0414c1189c
treee58ab5d97cdd37d8ccc77cff38e9e3f4f9ad1a75
parentb0c079e3e5793290db8651ea4edbbf6d4ba18218
Oops.  In the tp_name field, the name should be "_socket.socket", not
"socket.socket" -- on Windows, "socket.socket" is the wrapper class.
Also added the module name to the SSL type (which is not a new-style
class -- I don't want to mess with it yet).
Modules/socketmodule.c