python-peps/pep-0212.txt

47 lines
933 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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: