Message6286
Logged In: YES
user_id=6380
I like this idea, but don't think this exact implementation
belongs in the standard library. The hacks deployed to
"install" the special effect are a bit fragile, e.g.
consider "import socket as foo"; and they shouldn't be
necessary.
When integrated into the standard library, it should
probably become a standard feature of the socket object.
Note that on Windows, socket.socket is already a shim on top
of _socket.socket, so that would be a convenient starting
point.
Patch anyone? |
|
| Date |
User |
Action |
Args |
| 2007-08-23 13:56:04 | admin | link | issue457114 messages |
| 2007-08-23 13:56:04 | admin | create | |
|