Changes between Version 6 and Version 7 of Python3


Ignore:
Timestamp:
2020-07-16T18:26:16Z (4 years ago)
Author:
itamarst
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python3

    v6 v7  
    11= Porting to Python 3 =
    2 
    3 This is still a proposal at this stage.
    42
    53== Motivation ==
     
    1311TBD, something involving core abstractions first, then dependency graph topological traversal.
    1412
    15 Assume for now we've picked a module.
     13At the moment we're focusing on just porting `allmydata.util`, since it's necessary for other packages.
    1614
    1715== The porting process, big picture ==
     
    7674
    7775**Fifth**, add a note to the module docstring saying it was ported to Python 3.
     76
     77=== Other notes ===
     78
     79If you just want to run the tests from the explicitly ported test modules, you can do `python -m allmydata.util._python3`.