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

brett.cannon python-checkins at python.org
Sun Mar 4 21:04:15 CET 2007


Author: brett.cannon
Date: Sun Mar  4 21:04:12 2007
New Revision: 54122

Modified:
   peps/trunk/pep-0000.txt
Log:
Make PEP 3102 as finished.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sun Mar  4 21:04:12 2007
@@ -77,7 +77,6 @@
 
  Accepted PEPs (accepted; may not be implemented yet)
 
- SA 3102  Keyword-Only Arguments                       Talin
  SA 3106  Revamping dict.keys(), .values() and .items() GvR
  SA 3107  Function Annotations                         Winter, Lownds
  SA 3109  Raising Exceptions in Python 3000            Winter
@@ -175,6 +174,7 @@
  SF  352  Required Superclass for Exceptions           GvR, Cannon
  SF  353  Using ssize_t as the index type              von Loewis
  SF  357  Allowing Any Object to be Used for Slicing   Oliphant
+ SF 3102  Keyword-Only Arguments                       Talin
  SF 3104  Access to Names in Outer Scopes              Yee
  SF 3105  Make print a function                        Brandl
 
@@ -448,7 +448,7 @@
  I  3099  Things that will Not Change in Python 3000   Brandl
  I  3100  Python 3.0 Plans                             Kuchling, Cannon
  S  3101  Advanced String Formatting                   Talin
- SA 3102  Keyword-Only Arguments                       Talin
+ SF 3102  Keyword-Only Arguments                       Talin
  SR 3103  A Switch/Case Statement                      GvR
  SF 3104  Access to Names in Outer Scopes              Yee
  SF 3105  Make print a function                        Brandl


More information about the Python-checkins mailing list