This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexandre.vassalotti
Recipients alexandre.vassalotti, amaury.forgeotdarc, christian.heimes, draghuram, gvanrossum
Date 2007-11-07.23:55:40
SpamBayes Score 4.4375898e-05
Marked as misclassified No
Message-id <acd65fa20711071555q501c3231kd03351c61448fc51@mail.gmail.com>
In-reply-to <ca471dc20711071103g1d904abeja0bd8fdab148748a@mail.gmail.com>
Content
On 11/7/07, Guido van Rossum <guido@python.org> wrote:
> On 11/7/07, Christian Heimes <report@bugs.python.org> wrote:
> >
> > Christian Heimes added the comment:
> >
> > By the way what happened to the SoC project related to Python's new IO
> > subsystem? IIRC somebody was working on a C optimization of the io lib.
> >
>
> I think it was Alexandre Vassalotti. Is that right, Alexandre? Or am I
> mixing you up? (If you ca, please respond to the bug.)

I think so. My GSoC project was to merge the interface of
cPickle/pickle and cStringIO/StringIO. I am still working on it,
albeit slowly (my school homework is killing all my free time, right
now). My work on StringIO and BytesIO is basically done; I just need
to add newline translation and encoding support before it can be
merged into the trunk. The cPickle/pickle merge is mostly done (i.e.,
all the current tests passes); I am right now in the bug-hunting
phase.
History
Date User Action Args
2007-11-07 23:55:40alexandre.vassalottisetspambayes_score: 4.43759e-05 -> 4.4375898e-05
recipients: + alexandre.vassalotti, amaury.forgeotdarc, draghuram, christian.heimes
2007-11-07 23:55:40alexandre.vassalottilinkissue1395 messages
2007-11-07 23:55:40alexandre.vassalotticreate