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

collin.winter python-checkins at python.org
Thu May 10 22:17:53 CEST 2007


Author: collin.winter
Date: Thu May 10 22:17:53 2007
New Revision: 55232

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3117.txt
Log:
Mark PEP 3117 as rejected.

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Thu May 10 22:17:53 2007
@@ -114,7 +114,6 @@
  S  3101  Advanced String Formatting                   Talin
  S  3108  Standard Library Reorganization              Cannon
  S  3116  New I/O                                      Stutzbach, Verdone, GvR
- S  3117  Postfix Type Declarations                    Brandl
  S  3118  Revising the buffer protocol                 Oliphant, Banks
  S  3119  Introducing Abstract Base Classes            GvR, Talin
  S  3120  Using UTF-8 as the default source encoding   von Löwis
@@ -268,6 +267,7 @@
  SR  363  Syntax For Dynamic Attribute Access          North
  SR  666  Reject Foolish Indentation                   Creighton
  SR 3103  A Switch/Case Statement                      GvR
+ SR 3117  Postfix Type Declarations                    Brandl
  SR 3122  Delineation of the main module               Cannon
 
 
@@ -486,7 +486,7 @@
  SF 3114  Renaming iterator.next() to .__next__()      Yee
  SA 3115  Metaclasses in Python 3000                   Talin
  S  3116  New I/O                                      Stutzbach, Verdone, GvR
- S  3117  Postfix Type Declarations                    Brandl
+ SR 3117  Postfix Type Declarations                    Brandl
  S  3118  Revising the buffer protocol                 Oliphant, Banks
  S  3119  Introducing Abstract Base Classes            GvR, Talin
  S  3120  Using UTF-8 as the default source encoding   von Löwis

Modified: peps/trunk/pep-3117.txt
==============================================================================
--- peps/trunk/pep-3117.txt	(original)
+++ peps/trunk/pep-3117.txt	Thu May 10 22:17:53 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Georg Brandl <georg at python.org>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 01-Apr-2007
@@ -185,6 +185,13 @@
 and enforces correct types for all assignments and function calls.
 
 
+Rejection
+=========
+
+After careful considering, much soul-searching, gnashing of teeth and rending
+of garments, it has been decided to reject this PEP.
+
+
 References
 ==========
 


More information about the Python-checkins mailing list