This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tiagoantao
Recipients tiagoantao
Date 2010-07-16.15:48:43
SpamBayes Score 0.00020156516
Marked as misclassified No
Message-id <1279295325.63.0.00955742679892.issue9273@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-07-16 15:48:45tiagoantaosetrecipients: + tiagoantao
2010-07-16 15:48:45tiagoantaosetmessageid: <1279295325.63.0.00955742679892.issue9273@psf.upfronthosting.co.za>
2010-07-16 15:48:43tiagoantaolinkissue9273 messages
2010-07-16 15:48:43tiagoantaocreate