Right way to io.open(...) an existing file object in Python 2.7?

Skip Montanaro skip.montanaro at gmail.com
Tue Jan 16 19:48:46 EST 2018


io.open can open a file descriptor.


Ah, thanks. I'd missed that in my initial reading of the io.open
documentation.

Skip



More information about the Python-list mailing list