75
edits
(→Resources: wording) |
(→How We Get There: add coverage.py to the TODO list) |
||
| Line 11: | Line 11: | ||
Next we: | Next we: | ||
# Make Python 3 porting and development safe by adding a Python 3 option to the developer toolchain. (mach lint, parts of the test suite) | # Make Python 3 porting and development safe by adding a Python 3 option to the developer toolchain. (mach lint, coverage.py, parts of the test suite) | ||
# Make key support libraries run in both Python 2 and Python 3. (mach-core) | # Make key support libraries run in both Python 2 and Python 3. (mach-core) | ||
# Build interpreter switching mechanisms into the toolchain so we can run sub-components in just 2 or just 3. (mach sub-commands, py_action) | # Build interpreter switching mechanisms into the toolchain so we can run sub-components in just 2 or just 3. (mach sub-commands, py_action) | ||
edits