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 Aaron.Meurer
Recipients Aaron.Meurer
Date 2011-09-09.01:28:02
SpamBayes Score 0.0036319466
Marked as misclassified No
Message-id <1315531684.56.0.727993232351.issue12942@psf.upfronthosting.co.za>
In-reply-to
Content
As suggested in this thread in the Python porting list (http://mail.python.org/pipermail/python-porting/2011-September/000231.html), it would be nice if 2to3 had a fixer that translated shebang lines from 

#! /usr/bin/env python

to

#! /usr/bin/env python3

Also relevant here is the draft PEP 394 (http://www.python.org/dev/peps/pep-0394/), which apparently is likely to be accepted.
History
Date User Action Args
2011-09-09 01:28:05Aaron.Meurersetrecipients: + Aaron.Meurer
2011-09-09 01:28:04Aaron.Meurersetmessageid: <1315531684.56.0.727993232351.issue12942@psf.upfronthosting.co.za>
2011-09-09 01:28:03Aaron.Meurerlinkissue12942 messages
2011-09-09 01:28:02Aaron.Meurercreate