[Python-Dev] r62778 - in python/branches/py3k: Lib/io.py Lib/test/test_StringIO.py Lib/test/test_io.py Lib/test/test_largefile.py Lib/test/test_memoryio.py Lib/test/test_mimetools.py Modules/_bytesio.c Modules/_fileio.c Python/pythonrun.c setup.py
Christian Heimes
lists at cheimes.de
Wed May 7 00:52:09 CEST 2008
alexandre.vassalotti schrieb:
> Author: alexandre.vassalotti
> Date: Tue May 6 21:48:38 2008
> New Revision: 62778
>
> Log:
> Added fast alternate io.BytesIO implementation and its test suite.
> Removed old test suite for StringIO.
> Modified truncate() to imply a seek to given argument value.
Thanks for your great work! But what about the trunk? :] Can you port
your code to the trunk before the alpha gets out?
Christian
More information about the Python-Dev
mailing list