Oh, good! Forget what I said about 2.6 then. :-) On 8/24/07, Thomas Wouters <[EMAIL PROTECTED]> wrote: > > > On 8/24/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > On 8/24/07, Thomas Wouters <[EMAIL PROTECTED]> wrote: > > > If nobody cares, I will be checking these patches into the trunk this > > > weekend (after updating them), and then update and check in the rest of > the > > > p3yk-noslice branch into the py3k branch. > > > > In the trunk? I'm concerned that that might make it (ever so slightly) > > incompatible with 2.5, and we're trying to make it as easy as possible > > to migrate to 2.6. Or perhaps you're just proposing to change the > > standard builtin types to always use the extended API, without > > removing the possibility of user types (either in C or in Python) > > using the simple API, at least in 2.6? > > The changes I uploaded only implement (and in some cases, fix some bugs in) > extended slicing support in various builtin types. None of the API changes > would be backported (although 2.6 in py3k-warning-mode should obviously tell > people to not define __getslice__, and instead accept slice objects in > __getitem__. Perhaps even when not in py3k-warnings-mode.) > > -- > Thomas Wouters <[EMAIL PROTECTED]> > > Hi! I'm a .signature virus! copy me into your .signature file to help me > spread!
-- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
