New submission from Aaron Meurer <asmeu...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12942>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to