[Python-3000] sock2 v0.6

2006-06-24 Thread tomer filiba
i updated the sock2 package. this release: * added all the socket options that are defined in socketmodule.c* redesigned the DNS module* updated the design docs on the site http://sebulba.wikispaces.com/project+sock2please download and mess with it a little, and send back your comments. thanks.-tom

Re: [Python-3000] PEP 3101 update

2006-06-24 Thread Michael Urman
On 6/23/06, Nick Coghlan <[EMAIL PROTECTED]> wrote: > I like the internal counter concept though - it means that purely positional > stuff can be written without any additional mental overhead, and with the > braces being the only additional typing when compared to the status quo. > > That way, if