Changes between Version 25 and Version 26 of Python3


Ignore:
Timestamp:
2020-10-06T10:25:51Z (4 years ago)
Author:
chadwhitacre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python3

    v25 v26  
    105105Here's one way to approach this:
    106106
    107 1. 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.
     1071. Port ''only'' the test module. This involves many Python 3 fixes 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.
    1081082. Then, port the corresponding module.
    109109