Re: [Python-3000] stdlib as .zip by default, pydoc to view source?

2008-06-20 Thread Nick Coghlan
Brett Cannon wrote: On Fri, Jun 20, 2008 at 10:16 PM, Neil Schemenauer <[EMAIL PROTECTED]> wrote: I wonder if it would make sense to start installing the Python standard library as a .zip file by default. Some benefits would be a tidier and more compact install and slightly faster startup times

Re: [Python-3000] stdlib as .zip by default, pydoc to view source?

2008-06-20 Thread Brett Cannon
On Fri, Jun 20, 2008 at 10:16 PM, Neil Schemenauer <[EMAIL PROTECTED]> wrote: > I wonder if it would make sense to start installing the Python > standard library as a .zip file by default. Some benefits would be > a tidier and more compact install and slightly faster startup times. > One downside

[Python-3000] stdlib as .zip by default, pydoc to view source?

2008-06-20 Thread Neil Schemenauer
I wonder if it would make sense to start installing the Python standard library as a .zip file by default. Some benefits would be a tidier and more compact install and slightly faster startup times. One downside is that it becomes more difficult to look at the source of modules. That's an importa

Re: [Python-3000] 2to3 fails here

2008-06-20 Thread Benjamin Peterson
On Fri, Jun 20, 2008 at 2:10 AM, Helmut Jarausch <[EMAIL PROTECTED]> wrote: > Hi, > > for 3.0-beta1 and SVN (2008/06/20) invocation of 2to3 fails with > > 2to3 -l > > Available transformations for the -f/--fix option: > Traceback (most recent call last): > File "/usr/local/bin/2to3", line 5, in >

[Python-3000] 2to3 fails here

2008-06-20 Thread Helmut Jarausch
Hi, for 3.0-beta1 and SVN (2008/06/20) invocation of 2to3 fails with 2to3 -l Available transformations for the -f/--fix option: Traceback (most recent call last): File "/usr/local/bin/2to3", line 5, in sys.exit(refactor.main("lib2to3/fixes")) File "/usr/local/lib/python3.0/