Changes between Version 20 and Version 21 of Python3


Ignore:
Timestamp:
2020-09-22T10:11:00Z (4 years ago)
Author:
chadwhitacre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python3

    v20 v21  
    102102
    103103As the port progresses, the simple "port module + its test module" gets difficult, since everything ends up depending on everything else.
    104 Here's on way to approach this:
     104Here's one way to approach this:
    105105
    1061061. Port _only_ the test module. This involves many Python 3fixes to lots of other modules, but they are not officially ported, they're just inched along just enough to make the tests pass. Since the test module is officially ported, regressions to the Python 3 port still are prevented.