[issue12942] Shebang line fixer for 2to3

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> wont fix stage: test needed -> resolved status: open -> closed superseder: -> Close 2to3 issues and list them here ___ Python tracker _

[issue12942] Shebang line fixer for 2to3

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue12942] Shebang line fixer for 2to3

2014-06-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +benjamin.peterson type: -> enhancement versions: +Python 3.4 ___ Python tracker ___ ___ Pytho

[issue12942] Shebang line fixer for 2to3

2014-06-25 Thread Mark Lawrence
Mark Lawrence added the comment: "nice to have" isn't much of a requirement in my book. The Python launcher for Windows http://legacy.python.org/dev/peps/pep-0397/ is also relevant. -- nosy: +BreamoreBoy ___ Python tracker

[issue12942] Shebang line fixer for 2to3

2011-09-10 Thread Vlada Peric
Changes by Vlada Peric : -- nosy: +VPeric ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue12942] Shebang line fixer for 2to3

2011-09-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> test needed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue12942] Shebang line fixer for 2to3

2011-09-09 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue12942] Shebang line fixer for 2to3

2011-09-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue12942] Shebang line fixer for 2to3

2011-09-08 Thread Aaron Meurer
New submission from Aaron Meurer : 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