Changeset eee3978 in trunk


Ignore:
Timestamp:
2020-08-20T17:34:00Z (5 years ago)
Author:
Itamar Turner-Trauring <itamar@…>
Branches:
master
Children:
9089a12
Parents:
733b2cab
Message:

Explain a bit better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/test/test_crawler.py

    r733b2cab reee3978  
    1212from future.utils import PY2, PY3
    1313if PY2:
    14     # Don't use future bytes, since it breaks tests.
     14    # Don't use future bytes, since it breaks tests. No further works is
     15    # needed, once we're only on Python 3 we'll be deleting this future imports
     16    # anyway, and tests pass just fine on Python 3.
    1517    from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, dict, list, object, range, str, max, min  # noqa: F401
    1618
Note: See TracChangeset for help on using the changeset viewer.