Re: [Python-Dev] Another version of Python

2010-02-24 Thread Steve Steiner (listsin)
On Feb 24, 2010, at 10:37 AM, s...@pobox.com wrote: > Some of you have probably already seen this, but in case you haven't: > >http://www.staringispolite.com/likepython/ I wish I actually had, like, that much time on my hands bro. S ___ Python-De

Re: [Python-Dev] PEP 3146: Merge Unladen Swallow into CPython

2010-01-21 Thread Steve Steiner (listsin)
On Jan 21, 2010, at 3:20 PM, Collin Winter wrote: > Hey Greg, > > On Wed, Jan 20, 2010 at 10:54 PM, Gregory P. Smith wrote: >> +1 >> My biggest concern is memory usage but it sounds like addressing that is >> already in your mind. I don't so much mind an additional up front constant >> and per

Re: [Python-Dev] Enhancing the shutil module

2010-01-18 Thread Steve Steiner (listsin)
On Jan 18, 2010, at 8:34 AM, Masklinn wrote: > On 18 Jan 2010, at 13:40 , Nick Coghlan wrote: >> >> Tarek Ziadé wrote: >>> There's one remaining external call for "zip" done if the zip module >>> is not found, but I am happy to remove it and throw an exception if >>> it's not found, and keep the