guv icon indicating copy to clipboard operation
guv copied to clipboard

Replace `fileobject` with patched `io`

Open veegee opened this issue 9 years ago • 0 comments

Python 3 doesn't use fileobject; everything happens through the io module. The read/write methods in those classes need to be patched to allow for system-wide cooperative files.

This shouldn't be a very difficult thing to do.

veegee avatar Dec 19 '14 12:12 veegee