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 ironsmith
Recipients ironsmith
Date 2009-01-04.11:25:32
SpamBayes Score 5.543811e-07
Marked as misclassified No
Message-id <1231068337.9.0.535376390894.issue4830@psf.upfronthosting.co.za>
In-reply-to
Content
I'm running OS X 10.5.6 (uname -a == Darwin 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 
24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386) I get the following 
error after compiling Python 3.0.  Note that I have NOT installed it; I'm just trying 
to run the regression tests on the build.

Python-3.0 cfkaran2$ ./Lib/test/regrtest.py -u largefile test_io
  File "./Lib/test/regrtest.py", line 183
    print(msg, file=sys.stderr)
                   ^
SyntaxError: invalid syntax

I suspect that tester is not using the newly built python 3.0, but is using whatever 
is installed on the system, though I have not checked this at all.
History
Date User Action Args
2009-01-04 11:25:38ironsmithsetrecipients: + ironsmith
2009-01-04 11:25:37ironsmithsetmessageid: <1231068337.9.0.535376390894.issue4830@psf.upfronthosting.co.za>
2009-01-04 11:25:36ironsmithlinkissue4830 messages
2009-01-04 11:25:34ironsmithcreate