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 complex
Recipients complex
Date 2007-09-09.00:18:17
SpamBayes Score 0.0021451756
Marked as misclassified No
Message-id <1189297098.34.0.426039385433.issue1133@psf.upfronthosting.co.za>
In-reply-to
Content
Running python3.0-config raises SyntaxError:

$ python3.0-config
  File "/usr/local/bin/python3.0-config", line 33
    print sysconfig.PREFIX
                  ^
SyntaxError: invalid syntax

OS: Ununtu Feisty, up-to-date
Python: Python 3.0a1, compiled from source,
configured with: --prefix=/usr/local
History
Date User Action Args
2007-09-09 00:18:18complexsetspambayes_score: 0.00214518 -> 0.0021451756
recipients: + complex
2007-09-09 00:18:18complexsetspambayes_score: 0.00214518 -> 0.00214518
messageid: <1189297098.34.0.426039385433.issue1133@psf.upfronthosting.co.za>
2007-09-09 00:18:18complexlinkissue1133 messages
2007-09-09 00:18:17complexcreate