python-peps/pep-0212.txt

47 lines
933 B
Plaintext
Raw Normal View History

PEP: 212
Title: Additional Builtin Generators
Version: $Revision$
Owner: bwarsaw@beopen.com (Barry A. Warsaw)
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
indent-tabs-mode: nil
End: