[New-bugs-announce] [issue9273] 2to to simultaneously do code AND doctests

Tiago Antao report at bugs.python.org
Fri Jul 16 17:48:45 CEST 2010


New submission from Tiago Antao <tiagoantao at gmail.com>:

Currently 2to3 has to be called twice in order to do a full code conversion: one for the code and another for the doctests.

Would it be possible to do both things simultaneously (on passing a flag)?

It would be nice if distutils.command.build_py.build_py_2to3 would also have this functionality (ie a single pass for both code and docutils)

Thanks

----------
components: 2to3 (2.x to 3.0 conversion tool)
messages: 110457
nosy: tiagoantao
priority: normal
severity: normal
status: open
title: 2to to simultaneously do code AND doctests

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


More information about the New-bugs-announce mailing list