Changes between Version 20 and Version 21 of Python3
- Timestamp:
- 2020-09-22T10:11:00Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3
v20 v21 102 102 103 103 As 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:104 Here's one way to approach this: 105 105 106 106 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.