Changes between Version 11 and Version 12 of Python3


Ignore:
Timestamp:
2020-08-04T16:53:05Z (4 years ago)
Author:
fijal
Comment:

Make it less magic

Legend:

Unmodified
Added
Removed
Modified
  • Python3

    v11 v12  
    6161from future.utils import PY2
    6262if PY2:
    63     from builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, int, list, object, range, str, max, min  # noqa: F401
     63    from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, int, list, object, range, str, max, min  # noqa: F401
    6464}}}
    6565