I'm doing this: ``` python from PIL import Image img = Image.open(path) fp = img.fp img.load() fp.closed # False ``` Expected file pointer to be closed. System: - Windows 7 64bit - Python 3.4.1 - Pillow 2.7.0 (installed via conda)
I'm doing this:
Expected file pointer to be closed.
System: