This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily
Date 2009-06-03.02:59:15
SpamBayes Score 0.0029204122
Marked as misclassified No
Message-id <1243997958.63.0.926663545814.issue6184@psf.upfronthosting.co.za>
In-reply-to
Content
[...]
Compiling 
/tmp/image/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.
1/lib2to3/tests/__init__.py ...
Listing 
/tmp/image/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.
1/lib2to3/tests/data ...
Compiling 
/tmp/image/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.
1/lib2to3/tests/data/crlf.py ...
***   File 
"/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/lib2to3
/tests/data/crlf.py", line 1
    print "hi"
             ^
SyntaxError: invalid syntax

Compiling 
/tmp/image/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.
1/lib2to3/tests/data/different_encoding.py ...
***   File 
"/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/lib2to3
/tests/data/different_encoding.py", line 3
    
print(u'ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ')
                                                                           
^
SyntaxError: invalid syntax

Listing 
/tmp/image/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.
1/lib2to3/tests/data/fixers ...
[...]


Seen during build on OSX 10.5:
  ./configure --enable-framework --enable-
universalsdk=/Developer/SDKs/MacOSX10.4u.sdk
  make
  make install DESTDIR=/tmp/image
History
Date User Action Args
2009-06-03 02:59:19ned.deilysetrecipients: + ned.deily
2009-06-03 02:59:18ned.deilysetmessageid: <1243997958.63.0.926663545814.issue6184@psf.upfronthosting.co.za>
2009-06-03 02:59:16ned.deilylinkissue6184 messages
2009-06-03 02:59:15ned.deilycreate