leave a comment explaining why we removed open

This commit is contained in:
Maciej Fijalkowski 2020-07-29 19:56:29 +02:00
parent 724bf7de75
commit bfead0630d

View File

@ -5,6 +5,7 @@ from __future__ import unicode_literals
from future.utils import PY2
if PY2:
# open is not here because we want to use native strings on Py2
from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, pow, round, super, bytes, dict, int, list, object, range, str, max, min # noqa: F401from builtins import range
"""
Futz with files like a pro.