Brandon Ehle <[EMAIL PROTECTED]> added the comment:
Also, I can confirm that running 2to3 with Python 2.6 correctly converts
the script but running 2to3 with Python 3.0 results in a
UnicodeDecodeError exception.
__
Tracker <[EMAIL PROTECTE
Brandon Ehle <[EMAIL PROTECTED]> added the comment:
Someone on the #python IRC channel suggested that the default for python
3.0 for unicode string literals is reversed from python 2.5.
If you remove the unicode string literal (u'') from the front of the
string, it runs fine
New submission from Brandon Ehle <[EMAIL PROTECTED]>:
While running the 2to3 script on the scons codebase, I ran into an
UnicodeDecodeError.
Attached is just the portion of the script that causes the error.
2to3 throws an error on the string regardless of whether the unicode
string lite