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

brett.cannon python-checkins at python.org
Sun Mar 4 21:09:53 CET 2007


Author: brett.cannon
Date: Sun Mar  4 21:09:49 2007
New Revision: 54123

Modified:
   peps/trunk/pep-0000.txt
Log:
Mark PEP 3107 as finished.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sun Mar  4 21:09:49 2007
@@ -78,7 +78,6 @@
  Accepted PEPs (accepted; may not be implemented yet)
 
  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
  SA 3111  Simple input built-in in Python 3000         Roberge
@@ -177,6 +176,7 @@
  SF 3102  Keyword-Only Arguments                       Talin
  SF 3104  Access to Names in Outer Scopes              Yee
  SF 3105  Make print a function                        Brandl
+ SF 3107  Function Annotations                         Winter, Lownds
 
  Empty PEPs (or containing only an abstract)
 
@@ -453,7 +453,7 @@
  SF 3104  Access to Names in Outer Scopes              Yee
  SF 3105  Make print a function                        Brandl
  SA 3106  Revamping dict.keys(), .values() and .items()  GvR
- SA 3107  Function Annotations                         Winter, Lownds
+ SF 3107  Function Annotations                         Winter, Lownds
  S  3108  Standard Library Reorganization              Cannon
  SA 3109  Raising Exceptions in Python 3000            Winter
  SA 3110  Catching Exceptions in Python 3000           Winter


More information about the Python-checkins mailing list