[issue3989] Tools\Scripts\2to3.py broken under 3.0 rc1 Windows

2008-09-28 Thread arnaud.faucher
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

[issue3989] Tools\Scripts\2to3.py broken under 3.0 rc1 Windows

2008-09-28 Thread arnaud.faucher
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: