[Python-checkins] commit of r41582 - peps/trunk/pep-0000.txt

brett.cannon python-checkins at python.org
Sun Dec 4 03:44:37 CET 2005


Author: brett.cannon
Date: Sun Dec  4 03:44:26 2005
New Revision: 41582

Modified:
   peps/trunk/pep-0000.txt
Log:
List Paul Moore as a co-author on PEP 302 as the PEP says.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sun Dec  4 03:44:26 2005
@@ -87,7 +87,7 @@
  S   297  Support for System Upgrades                  Lemburg
  S   298  The Locked Buffer Interface                  Heller
  S   299  Special __main__() function in modules       Epler
- S   302  New Import Hooks                             JvR
+ S   302  New Import Hooks                             JvR, Moore
  S   304  Controlling Generation of Bytecode Files     Montanaro
  S   314  Metadata for Python Software Packages v1.1   Kuchling, Jones
  S   315  Enhanced While Loop                          Carroll, Hettinger
@@ -349,7 +349,7 @@
  S   298  The Locked Buffer Interface                  Heller
  S   299  Special __main__() function in modules       Epler
  SF  301  Package Index and Metadata for Distutils     Jones
- S   302  New Import Hooks                             JvR
+ S   302  New Import Hooks                             JvR, Moore
  SR  303  Extend divmod() for Multiple Divisors        Bellman
  S   304  Controlling Generation of Bytecode Files     Montanaro
  SF  305  CSV File API                                 Montanaro, et al


More information about the Python-checkins mailing list