Changes between Version 80 and Version 81 of Python3
- Timestamp:
- 2021-03-09T15:05:06Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3
v80 v81 27 27 || `_version` || '''todo''' || || || 28 28 || `windows` || '''todo''' || || || 29 || `test` || '''doing''' || || ||29 || `test` || '''doing''' || itamarst is doing misc orphans, see below for list || || 30 30 || `test_system` || '''doing''' || || Two more tests are skipped, blocked on web and cli being ported || 31 31 || `util` || '''doing''' || || || … … 65 65 ‡ Expect spaghetti (see below). 66 66 67 These are test modules that haven't been ported. Unclear if we can do all of them in one PR, but worst case remaining ones can be copied to follow-up tickets. This does not include utility modules in allmydata.test, which also need to be ported. 68 69 * test_connections 70 * test_deepcheck 71 * test_i2p_provider 72 * test_import (just delete it? it's empty) 73 * test_multi_introducers 74 * test_python2_regressions (???) 75 * test_runner 76 * test_tor_provider 77 * test_windows 78 * cli/ directory (will presumably be done as part of CLI porting, but will need to revisit) 79 67 80 == The porting process, big picture == 68 81