Issue9273
Created on 2010-07-16 15:48 by tiagoantao, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg110457 - (view) | Author: Tiago Antao (tiagoantao) * | Date: 2010-07-16 15:48 | |
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 |
|||
| msg138327 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2011-06-14 15:21 | |
For the 2to3 support in the new packaging module (successor of distutils), we even do three passes: code, docstrings and doctest files. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:03 | admin | set | github: 53519 |
| 2021-10-20 22:43:27 | iritkatriel | set | resolution: works for me -> wont fix |
| 2021-10-20 22:41:18 | iritkatriel | set | resolution: duplicate -> works for me |
| 2021-10-20 22:34:55 | iritkatriel | set | status: open -> closed superseder: Close 2to3 issues and list them here resolution: duplicate stage: needs patch -> resolved |
| 2011-06-14 15:21:26 | eric.araujo | set | nosy:
+ eric.araujo title: 2to3 to simultaneously do code AND doctests -> 2to3 to simultaneously do code and doctests messages: + msg138327 versions:
+ Python 3.3 |
| 2010-08-04 09:31:13 | flox | set | nosy:
+ benjamin.peterson type: enhancement |
| 2010-07-16 15:48:43 | tiagoantao | create | |
