[Python-3000] PEP 3137 plan of attack

Guido van Rossum guido at python.org
Tue Oct 9 01:30:27 CEST 2007


On 10/8/07, Christian Heimes <lists at cheimes.de> wrote:
> Alexandre Vassalotti wrote:
> > On 10/8/07, Guido van Rossum <guido at python.org> wrote:
> >> Cool. Just notice that you haven't been following protocol --
> >> Christian Heimes volunteered to do these too. :-)
> >
> > Oops, sorry Christian for taking yours.
>
> I've submitted my patch a few hours ago. I wasn't able to test it to
> full extend because the svn server was down and I couldn't get the
> latest update.

Now we'll have competing patches. Can you two please review each
other's so I won't have to review two? Anyway, anonymous svn should be
working again.

> I noticed that PyBytes doesn't have an iteration view like PyString. Do
> we need a view for it?

Yes, that would be a good idea! This currently causes a bit of a
problem for the Sequence ABC.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list