Changes between Version 6 and Version 7 of Python3
- Timestamp:
- 2020-07-16T18:26:16Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3
v6 v7 1 1 = Porting to Python 3 = 2 3 This is still a proposal at this stage.4 2 5 3 == Motivation == … … 13 11 TBD, something involving core abstractions first, then dependency graph topological traversal. 14 12 15 A ssume for now we've picked a module.13 At the moment we're focusing on just porting `allmydata.util`, since it's necessary for other packages. 16 14 17 15 == The porting process, big picture == … … 76 74 77 75 **Fifth**, add a note to the module docstring saying it was ported to Python 3. 76 77 === Other notes === 78 79 If you just want to run the tests from the explicitly ported test modules, you can do `python -m allmydata.util._python3`.