Just downloaded the latest Windows installer, python-3.0b3.msi
The 2to3 script is still broken:
C:\Python30\Tools\Scripts>c:\python30\python.exe 2to3.py
Traceback (most recent call last):
File "2to3.py", line 5, in
sys.exit(refactor.main())
TypeError: main() takes at least 1 positional arg
On Thu, Sep 11, 2008 at 10:56 AM, Edward K. Ream <[EMAIL PROTECTED]> wrote:
> The 2to3 script is still broken:
>
> C:\Python30\Tools\Scripts>c:\python30\python.exe 2to3.py
> Traceback (most recent call last):
> File "2to3.py", line 5, in
>sys.exit(refactor.main())
> TypeError: main() takes a
On Thu, Sep 11, 2008 at 11:46 AM, Edward K. Ream <[EMAIL PROTECTED]> wrote:
> The actual contents of the file are:
>
> # -*- coding: utf-8 -*-
>
> s = 'abc'.replace(u'" "', '" "')
The chars got munged. The first string should have the following characters:
U+201C: left double quotation mark
U+20