Changes between Version 18 and Version 19 of Python3
- Timestamp:
- 2020-09-16T15:18:35Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3
v18 v19 24 24 25 25 * `allmydata.node` is pretty standalone. 26 * Start the more complex process (see below re spaghetti dependencies) on `allmydata. immutable`.27 * Some other standalone module if you can find one. 26 * Start the more complex process (see below re spaghetti dependencies) on `allmydata.mutable`. That is, pick a test module, and port just the test module, but making necessary changes elsewhere to make the tests pass. Repeat until all tests modules for `allmydata.immutable` are ported. 27 28 28 29 29 == The porting process, big picture ==