Changes between Version 5 and Version 6 of Python3


Ignore:
Timestamp:
2020-07-14T11:26:41Z (4 years ago)
Author:
chadwhitacre
Comment:

Update in anticipation of ratchet PR landing

Legend:

Unmodified
Added
Removed
Modified
  • Python3

    v5 v6  
    28285. Fix any problems caught by the tests.
    29296. Add both M and T to `allmydata/util/_python3.py`.
    30 7. TODO: Not yet possible, but once the ratchet infrastructure is in place, update the should-be-passing-on-Python-3 tests list to include the tests in T plus any other newly passing tests, so that future development doesn't regress Python 3 support.
     307. Run `tox -e py36` (or equivalent) to update the should-be-passing-on-Python-3 tests list at `misc/python3/passing` to include the tests in T plus any other newly passing tests, so that future development doesn't regress Python 3 support.
    31318. Submit for code review.
    32329. Check coverage report. If there are uncovered lines, see if you can add tests, or at least file a separate ticket for adding coverage.