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

collin.winter python-checkins at python.org
Mon Feb 5 23:16:36 CET 2007


Author: collin.winter
Date: Mon Feb  5 23:16:35 2007
New Revision: 53639

Modified:
   peps/trunk/pep-0000.txt
Log:
3110 and 3109 are standards track, not informational, PEPs

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Mon Feb  5 23:16:35 2007
@@ -107,8 +107,8 @@
  S  3106  Revamping dict.keys(), .values() and .items() GvR
  S  3107  Function Annotations                         Winter, Lownds
  I  3108  Standard Library Reorganization              Cannon
- I  3109  Raising Exceptions in Python 3000            Winter
- I  3110  Catching Exceptions in Python 3000           Winter
+ S  3109  Raising Exceptions in Python 3000            Winter
+ S  3110  Catching Exceptions in Python 3000           Winter
 
  Finished PEPs (done, implemented in Subversion)
 
@@ -449,8 +449,8 @@
  S  3106  Revamping dict.keys(), .values() and .items()  GvR
  S  3107  Function Annotations                         Winter, Lownds
  I  3108  Standard Library Reorganization              Cannon
- I  3109  Raising Exceptions in Python 3000            Winter
- I  3110  Catching Exceptions in Python 3000           Winter
+ S  3109  Raising Exceptions in Python 3000            Winter
+ S  3110  Catching Exceptions in Python 3000           Winter
 
 Key
 


More information about the Python-checkins mailing list