[Python-checkins] r54120 - peps/trunk/pep-0000.txt peps/trunk/pep-3106.txt

brett.cannon python-checkins at python.org
Sun Mar 4 20:59:37 CET 2007


Author: brett.cannon
Date: Sun Mar  4 20:59:36 2007
New Revision: 54120

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3106.txt
Log:
Fix up marking PEP 3106 as accepted (was already listed in the Accepted section
of PEP 0).  Not marking as Implemented as some Open Issues are still listed.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sun Mar  4 20:59:36 2007
@@ -78,7 +78,7 @@
  Accepted PEPs (accepted; may not be implemented yet)
 
  SA 3102  Keyword-Only Arguments                       Talin
- S  3106  Revamping dict.keys(), .values() and .items() GvR
+ SA 3106  Revamping dict.keys(), .values() and .items() GvR
  SA 3107  Function Annotations                         Winter, Lownds
  SA 3109  Raising Exceptions in Python 3000            Winter
  SA 3110  Catching Exceptions in Python 3000           Winter

Modified: peps/trunk/pep-3106.txt
==============================================================================
--- peps/trunk/pep-3106.txt	(original)
+++ peps/trunk/pep-3106.txt	Sun Mar  4 20:59:36 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Guido van Rossum
-Status: Draft
+Status: Accepted
 Type: Standards
 Content-Type: text/x-rst
 Created: 19-Dec-2006


More information about the Python-checkins mailing list