aboutsummaryrefslogtreecommitdiff
path: root/tests/io/bytesio_cow.py
AgeCommit message (Collapse)Author
2018-06-27tests: Move non-filesystem io tests to basics dir with io_ prefix.Damien George
2017-06-09py/objstringio: If created from immutable object, follow copy on write policy.Paul Sokolovsky
Don't create copy of immutable object's contents until .write() is called on BytesIO.