[Python-Dev] how do you find out what version of Python a PEP landed in?

Amaury Forgeot d'Arc amauryfa at gmail.com
Wed May 18 08:00:08 CEST 2011


Hi,

2011/5/18 Chris Withers <chris at simplistix.co.uk>:
> A friend of mine is coming over to Python and asked a question I thought
> would have a better answer than it appears to:
>
> How do I know which version of Python a PEP lands in?
>
> I was expecting there to be a note at the bottom of the PEP, 342 in this
> case, but that doesn't appear to be the case.
>
> What is the policy on this? Where should we be looking?

Normally PEPs are important enough to be mentioned in the "whatsnew"
document of each release.
Googling for "what's new pep 342" suggests that it was released with Python 2.5.

Now, an "official" way to get this information would probably be better...

-- 
Amaury Forgeot d'Arc


More information about the Python-Dev mailing list