Re: [python-committers] PEP checkin process

2010-07-22 Thread Nick Coghlan
On Fri, Jul 23, 2010 at 2:45 AM, Jesus Cea wrote: >> 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 generall

Re: [python-committers] PEP checkin process

2010-07-22 Thread skip
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

Re: [python-committers] PEP checkin process

2010-07-22 Thread Martin v. Löwis
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

Re: [python-committers] PEP checkin process

2010-07-22 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/07/10 14:16, Nick Coghlan wrote: >> 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 Ben

Re: [python-committers] PEP checkin process

2010-07-22 Thread Antoine Pitrou
Thank you all for the answers! The PEP (numbered 3151) is now discussed on python-ideas. Regards Antoine. Le mercredi 21 juillet 2010 à 12:01 -0400, David Goodger a écrit : > On Wed, Jul 21, 2010 at 11:34, Antoine Pitrou wrote: > > Can a committer check-in their own PEP directly, or do they

Re: [python-committers] PEP checkin process

2010-07-22 Thread Benjamin Peterson
2010/7/22 Nick Coghlan : > On Thu, Jul 22, 2010 at 6:35 PM, Barry Warsaw 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 # Ge

Re: [python-committers] PEP checkin process

2010-07-22 Thread Nick Coghlan
On Thu, Jul 22, 2010 at 6:35 PM, Barry Warsaw 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

Re: [python-committers] PEP checkin process

2010-07-22 Thread Barry Warsaw
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 (hi