The relax_io.DummyFileObject now mimics a file object for both Python 2 and 3.
In Python 3, everything from a file is of byte type and no longer string type.
Authored by: bugman 2012-10-02
Parent: [r17684]
Child: [r17686]