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