bskinn/stdio-mgr

Remove explicit ._buf in RandomTextIO?

bskinn opened this issue · 1 comments

Do we still need to retain the reference to RandomTextIO()._buf, now that access to the buffer contents after close is provided by the callback in _PersistedBytesIO?

I haven't had time to look at it. If it can be removed without reducing functionality, go for it.