[Python-checkins] devguide: Mention PEP dictators.
brett.cannon
python-checkins at python.org
Sun Jan 16 22:47:52 CET 2011
brett.cannon pushed 60d2eb6f7e39 to devguide:
http://hg.python.org/devguide/rev/60d2eb6f7e39
changeset: 98:60d2eb6f7e39
user: Brett Cannon <brett at python.org>
date: Sun Jan 16 13:41:17 2011 -0800
summary:
Mention PEP dictators.
files:
stdlibchanges.rst
diff --git a/stdlibchanges.rst b/stdlibchanges.rst
--- a/stdlibchanges.rst
+++ b/stdlibchanges.rst
@@ -133,8 +133,11 @@
When you have listened to, responded, and integrated as appropriate the
feedback from python-ideas into your PEP, you may send it to python-dev. You
-will once again receive a large amount of feedback and discussion. If the
-core developers end up agreeng in general to accepting your PEP then the module
+will once again receive a large amount of feedback and discussion. A PEP
+dictator will be assigned who make the final call on whether the PEP will be
+accepted or not. If the PEP dictator agrees to accept your PEP (which typically
+means that the core developers end up agreeng in general to accepting
+your PEP) then the module
will be added to the stdlib once the creators of the module sign
:ref:`contributor agreements <contributor_agreement>`.
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list