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

guido.van.rossum python-checkins at python.org
Wed Dec 20 04:03:44 CET 2006


Author: guido.van.rossum
Date: Wed Dec 20 04:03:44 2006
New Revision: 53094

Added:
   peps/trunk/pep-3106.txt   (contents, props changed)
Log:
Not really creating the PEP, just a stub to reserve the PEP number.


Added: peps/trunk/pep-3106.txt
==============================================================================
--- (empty file)
+++ peps/trunk/pep-3106.txt	Wed Dec 20 04:03:44 2006
@@ -0,0 +1,15 @@
+PEP: 3106
+Title: Revamping dict.keys(), .values() and .items()
+Version: $Revision$
+Last-Modified: $Date$
+Author: Guido van Rossum
+Status: Draft
+Type: Standards
+Content-Type: text/x-rst
+Created: 19-Dec-2006
+Post-History:
+
+
+Abstract
+
+    Stub to reserve the PEP number.


More information about the Python-checkins mailing list