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 metolone
Recipients metolone, v+python
Date 2008-12-05.13:19:18
SpamBayes Score 0.0010974271
Marked as misclassified No
Message-id <1228483159.83.0.0748052868351.issue4485@psf.upfronthosting.co.za>
In-reply-to
Content
An extension to this idea:  Support parsing #! lines in Windows and 
select the version of Python used.  python.exe could examine:

#!/usr/bin/python30

pattern match "python##", look in the registry to see if that version 
of python is installed, and launch that python.exe instead.
History
Date User Action Args
2008-12-05 13:19:19metolonesetrecipients: + metolone, v+python
2008-12-05 13:19:19metolonesetmessageid: <1228483159.83.0.0748052868351.issue4485@psf.upfronthosting.co.za>
2008-12-05 13:19:19metolonelinkissue4485 messages
2008-12-05 13:19:18metolonecreate