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
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
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
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
>
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/