mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
leave a comment explaining why we removed open
This commit is contained in:
parent
724bf7de75
commit
bfead0630d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user