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

2011-05-18 Thread Amaury Forgeot d'Arc
Hi,

2011/5/18 Chris Withers ch...@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
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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

2011-05-18 Thread Martin v. Löwis
 How do I know which version of Python a PEP lands in?

You should look at the Python-Version header of the PEP.

Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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

2011-05-18 Thread Amaury Forgeot d'Arc
2011/5/18 Martin v. Löwis mar...@v.loewis.de:
 How do I know which version of Python a PEP lands in?

 You should look at the Python-Version header of the PEP.

But some PEPs don't have it: 341, 342, 343, 353...

-- 
Amaury Forgeot d'Arc
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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

2011-05-18 Thread Nick Coghlan
On Wed, May 18, 2011 at 4:24 PM, Martin v. Löwis mar...@v.loewis.de wrote:
 How do I know which version of Python a PEP lands in?

 You should look at the Python-Version header of the PEP.

Which is unfortunately missing from some PEPs (including PEP 342). PEP
344 shows where this information *should* be, though.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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

2011-05-18 Thread Martin v. Löwis
Am 18.05.2011 08:38, schrieb Amaury Forgeot d'Arc:
 2011/5/18 Martin v. Löwis mar...@v.loewis.de:
 How do I know which version of Python a PEP lands in?

 You should look at the Python-Version header of the PEP.
 
 But some PEPs don't have it: 341, 342, 343, 353...

In these cases, the respective authors (or somebody else
who cares) should add it.

Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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

2011-05-18 Thread Laura Creighton
Politely ask them to add it.
(just my suggrestion).

Laura
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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

2011-05-17 Thread Chris Withers

Hi All,

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?

cheers,

Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
   - http://www.simplistix.co.uk
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com