[python-committers] PEP checkin process

2010-07-21 Thread Antoine Pitrou
Hello, Can a committer check-in their own PEP directly, or do they have to go through the [email protected] process? Thank you Antoine. ___ python-committers mailing list [email protected] http://mail.python.org/mailman/listinfo/python-com

Re: [python-committers] PEP checkin process

2010-07-21 Thread David Goodger
On Wed, Jul 21, 2010 at 11:34, Antoine Pitrou wrote: > Can a committer check-in their own PEP directly, or do they have to go > through the [email protected] process? As long as the PEP is formatted correctly and conforms to PEP 1 (PEP Purpose and Guidelines), committers are welcome to handle their

Re: [python-committers] PEP checkin process

2010-07-21 Thread Guido van Rossum
You can check in directly. The peps@ list is only for PEP authors without checkin privileges, or if you're not sure you have conformed to the PEP template sufficiently well. Picking a PEP number is arbitrated by svn (soon hopefully Hg). However always to make sure that your pep runs through pep2htm

Re: [python-committers] PEP checkin process

2010-07-21 Thread Nick Coghlan
On Thu, Jul 22, 2010 at 2:15 AM, Guido van Rossum wrote: > You can check in directly. The peps@ list is only for PEP authors > without checkin privileges, or if you're not sure you have conformed > to the PEP template sufficiently well. Picking a PEP number is > arbitrated by svn (soon hopefully H

Re: [python-committers] PEP checkin process

2010-07-21 Thread Benjamin Peterson
2010/7/21 Nick Coghlan : > On Thu, Jul 22, 2010 at 2:15 AM, Guido van Rossum wrote: >> You can check in directly. The peps@ list is only for PEP authors >> without checkin privileges, or if you're not sure you have conformed >> to the PEP template sufficiently well. Picking a PEP number is >> arbi