[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 (original) (raw)

Alexandre Vassalotti alexandre at peadrop.com
Thu May 8 03:33:00 CEST 2008


On Tue, May 6, 2008 at 6:52 PM, Christian Heimes <lists at cheimes.de> wrote:

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?

I have a backported version of my code for the trunk. Should I commit it or should I post it to issue tracker and wait for proper review?

-- Alexandre



More information about the Python-Dev mailing list