Tarek Ziadé <[email protected]> added the comment: Yes, I am not sure what would be the best fix though. We cannot raise an error on StringIO now because this will break lots of code out there.
In the meantime, I think it's cleaner to avoid doing implicit str() conversions, so I think cStringIO has a better approach. I would be in favor of a status quo for 2.x ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue8382> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
