Changes between Version 25 and Version 26 of Python3
- Timestamp:
- 2020-10-06T10:25:51Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3
v25 v26 105 105 Here's one way to approach this: 106 106 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.107 1. 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. 108 108 2. Then, port the corresponding module. 109 109