• Alex Willmer's avatar
    Replace all calls to file() with open() · 3831ac36
    Alex Willmer authored
    Although these are synonyms in Python 2.x, when using MyPy to typecheck
    code use of file() causes spurious errors.
    
    This commit also serves as one small step to Python 3.x compatibility,
    since 3.x removes the file() builtin.
    3831ac36
index.rst 12.9 KB