StringIO proposal: add __iadd__

Scott David Daniels scott.daniels at acm.org
Sun Jan 29 17:44:23 EST 2006


Alex Martelli wrote:
> It would be nice (in Py3k, when backwards compatibility can be broken)
> to make the plain-named, "default" modules those coded in C, since
> they're used more often, and find another convention to indicate pure
> Python equivalents -- e.g., pickle/pypickle and StringIO/pyStringIO
How about something like a package py for all such python-coded modules
so you use py.StringIO (which I hope gets renamed to stringio in the
Py3K shift).

-- 
-Scott David Daniels
scott.daniels at acm.org



More information about the Python-list mailing list