[Python-checkins] peps: A little more, but still pretty incomplete

georg.brandl python-checkins at python.org
Wed Mar 23 21:22:52 CET 2011


http://hg.python.org/peps/rev/35036bd0feab
changeset:   31:35036bd0feab
user:        Barry Warsaw <barry at python.org>
date:        Sat Jul 22 15:13:23 2000 +0000
summary:
  A little more, but still pretty incomplete

files:
  pep-0212.txt |  33 +++++++++++++++++++++++++++++++++
  1 files changed, 33 insertions(+), 0 deletions(-)


diff --git a/pep-0212.txt b/pep-0212.txt
--- a/pep-0212.txt
+++ b/pep-0212.txt
@@ -7,6 +7,39 @@
 
 
 
+Introduction
+
+    This PEP describes some proposed additional generator-creating
+    builtin functions for Python 2.0.  This PEP tracks the status and
+    ownership of this feature, slated for introduction in Python 2.0.
+    It contains a description of the feature and outlines changes
+    necessary to support the feature.  This PEP summarizes discussions
+    held in mailing list forums, and provides URLs for further
+    information, where appropriate.  The CVS revision history of this
+    file contains the definitive historical record.
+
+
+
+New functions
+
+    irange()
+    tuples()
+    lists()
+    dict()
+
+
+
+Reference Implementation
+
+
+
+
+Copyright
+
+    This document has been placed in the public domain.
+
+
+
 Local Variables:
 mode: indented-text
 indent-tabs-mode: nil

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list