[Python-3000] PEP 3137 plan of attack

Brett Cannon brett at python.org
Wed Oct 10 20:10:43 CEST 2007


On 10/10/07, Alexandre Vassalotti <alexandre at peadrop.com> wrote:
> On 10/10/07, Gregory P. Smith <greg at krypto.org> wrote:
> > > > - remove buffer API from PyUnicode
> > >
> > > I'll take these two with a goal of having them done by the end of the
> > week.
> > >
> >
> > I should've known not to believe the simple description.  This one is
> > proving difficult by itself.  If I modify the Unicode object to not support
> > the buffer API I can't even launch the python interpreter.  Any one with
> > more time on their hands want this one?
> >
>
> I have a patch for this one. I just haven't tested it throughly.
> I attached the patch, so free to improve it.

It's best to toss all patches up on the issue tracker as then they
don't get lost amongst the other emails in the mailing list.  Plus it
provides a more centralized history of what happens with the code and
lets anyone searching for work on this exact topic have another place
to find it.

-Brett


More information about the Python-3000 mailing list