arnaud.faucher <[EMAIL PROTECTED]> added the comment:
On a fresh win32 installation (using the 3.0rc1 MSI), the C:\Python30
\Tools\Scripts\2to3.py file contents is as follows:
--
#!/usr/bin/env python
from lib2to3 import refactor
import sys
sy
New submission from arnaud.faucher <[EMAIL PROTECTED]>:
Under Windows (using the MSI), 2to3.py is outdated.
http://svn.python.org/view/sandbox/trunk/2to3/ contains the working
version (rev. 66173)
--
assignee: collinwinter
components: 2to3 (2.x to 3.0 conversion tool)
messages: