[New-bugs-announce] [issue12942] Shebang line fixer for 2to3
Aaron Meurer
report at bugs.python.org
Fri Sep 9 03:28:04 CEST 2011
New submission from Aaron Meurer <asmeurer at gmail.com>:
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.
----------
components: 2to3 (2.x to 3.0 conversion tool)
messages: 143749
nosy: Aaron.Meurer
priority: normal
severity: normal
status: open
title: Shebang line fixer for 2to3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12942>
_______________________________________
More information about the New-bugs-announce
mailing list