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 schmir
Recipients benjamin.peterson, ned.deily, python-dev, r.david.murray, rpetrov, santoso.wijaya, schmir
Date 2011-06-01.08:13:16
SpamBayes Score 5.836606e-06
Marked as misclassified No
Message-id <87y61motpp.fsf@muni.brainbot.com>
In-reply-to <1306882398.03.0.535494732639.issue12225@psf.upfronthosting.co.za> (Roumen Petrov's message of "Tue, 31 May 2011 22:53:18 +0000")
Content
Roumen Petrov <report@bugs.python.org> writes:

> Roumen Petrov <bugtrack@roumenpetrov.info> added the comment:
>
> Check for python executable is not complete . What about if system has
> only version 3+ installed ?

The shebang in Parser/asdl_c.py reads '#! /usr/bin/env python'.
That is what the makefile is calling. So unless you want to change the
Makefile too and start calling '@PYTHON@ Parser/asdl_c.py', I think the
check is rather complete.
History
Date User Action Args
2011-06-01 08:13:17schmirsetrecipients: + schmir, benjamin.peterson, ned.deily, rpetrov, r.david.murray, santoso.wijaya, python-dev
2011-06-01 08:13:16schmirlinkissue12225 messages
2011-06-01 08:13:16schmircreate