[New-bugs-announce] [issue11086] add lib2to3/__main__.py

Brett Cannon report at bugs.python.org
Mon Jan 31 21:52:47 CET 2011


New submission from Brett Cannon <brett at python.org>:

There is no reason why the 2to3 script can't be gutted and turned into just a stub that uses runpy to call lib2to3.__main__. Also has the nice benefit that one can use ``-m lib2to3`` instead of having to use the 2to3 script.

----------
components: Library (Lib)
keywords: easy
messages: 127659
nosy: brett.cannon
priority: low
severity: normal
stage: needs patch
status: open
title: add lib2to3/__main__.py
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11086>
_______________________________________


More information about the New-bugs-announce mailing list