[Python-3000] generics [was: Discussions with no PEPs]

Collin Winter collinw at gmail.com
Mon Mar 12 20:20:51 CET 2007


On 3/12/07, Tony Lownds <tony at pagedna.com> wrote:
>
> On Mar 12, 2007, at 12:06 PM, Collin Winter wrote:
>
> > I can take care of it. It'll be a good excuse to get back to 2to3
> > after a few days spent in the depths of the patch tracker : )
> >
>
> Cool. Out of curiosity, what versions of Python should 2to3 need to
> run? I know that 2to3/refactor.py needs 2.3 < Python < 3.0. Guess which
> versions I have handy :)

I use 2.5. 2.3 and 2.4 both fail the test suite, bailing out with
SyntaxErrors in various places.

> Also, since I believe sys.exc_info() is staying, fix_sysexcinfo
> should change...

Right. It's already on my todo list.

Collin Winter


More information about the Python-3000 mailing list