[Python-checkins] CVS: python/nondist/peps pep-0212.txt,1.1,1.2

Barry Warsaw python-dev@python.org
Sat, 22 Jul 2000 08:13:26 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv13336

Modified Files:
	pep-0212.txt 
Log Message:
A little more, but still pretty incomplete


Index: pep-0212.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0212.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pep-0212.txt	2000/07/22 09:02:49	1.1
--- pep-0212.txt	2000/07/22 15:13:23	1.2
***************
*** 8,11 ****
--- 8,44 ----
  
  
+ 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