Changes between Version 15 and Version 16 of Python3
- Timestamp:
- 2020-09-11T18:11:53Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3
v15 v16 95 95 Here's on way to approach this: 96 96 97 1. Port _only_ the test module. This involves many 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.97 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. 98 98 2. Then, port the corresponding module. 99 99