[python-committers] PEP checkin process

Benjamin Peterson benjamin at python.org
Thu Jul 22 14:22:02 CEST 2010


2010/7/22 Nick Coghlan <ncoghlan at gmail.com>:
> On Thu, Jul 22, 2010 at 6:35 PM, Barry Warsaw <barry at python.org> wrote:
>> On Jul 22, 2010, at 08:17 AM, Nick Coghlan wrote:
>>
>>>Useful commands (using PEP 3150 as my example):
>>>python genpepindex.py # ./genpepindex.py only works if Python 2.5 is
>>>installed ./pep2html.py -b 3150 # Generate the PEP and open in a new
>>>browser window ./pep2html.py 3150 # Regenerate the PEP (hit refresh in
>>>the browser to see changes)
>>
>> Just run 'make' in the peps checkout directory.
>
> That doesn't work for me by default since I don't have python2.5
> installed (although it does turn out it can be made to work by
> overriding PYTHON as Benjamin suggests). Not only that, but the
> makefile builds all the PEPs when I generally only care about the PEP
> I'm working on and PEP 0.

Note that dinsdale's python version is now up to 2.5, so the prefix
can be (and has been) removed.



-- 
Regards,
Benjamin


More information about the python-committers mailing list