A little more, but still pretty incomplete
This commit is contained in:
parent
2245a1612a
commit
8c4b45cf96
33
pep-0212.txt
33
pep-0212.txt
|
@ -6,6 +6,39 @@ Python-Version: 2.0
|
|||
Status: Incomplete
|
||||
|
||||
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue