[Python-3000] new io (pep 3116) (original) (raw)
Steven Bethard steven.bethard at gmail.com
Mon May 7 19:21:31 CEST 2007
- Previous message: [Python-3000] new io (pep 3116)
- Next message: [Python-3000] new io (pep 3116)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 5/7/07, tomer filiba <tomerfiliba at gmail.com> wrote:
some time ago i was working on a sketch for a new socket module (called sock2) which had a clear distinction between connected sockets, listener sockets and datagram sockets. each protocol was implemented as a subclass of one of these base classes, and exposed only the relevant methods. socket options were added as properties and methods, and a new DNS module was added for dns-related queries.
you can see it here -- http://sebulba.wikispaces.com/project+sock2 i know it's late already, but i can write a PEP over the weekend,
It's not too late for standard library PEPs, only PEPs that change the core language. Since your proposal here would presumably replace the socket module, I assume it counts as a stdlib change.
STeVe
I'm not in-sane. Indeed, I am so far out of sane that you appear a tiny blip on the distant coast of sanity. --- Bucky Katt, Get Fuzzy
- Previous message: [Python-3000] new io (pep 3116)
- Next message: [Python-3000] new io (pep 3116)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]