Changes between Version 11 and Version 12 of Python3
- Timestamp:
- 2020-08-04T16:53:05Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3
v11 v12 61 61 from future.utils import PY2 62 62 if 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: F40163 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 64 64 }}} 65 65