This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PEP 279 Examples and Test Suite
Type: Stage:
Components: Demos and Tools Versions: Python 2.3
process
Status: closed Resolution: later
Dependencies: Superseder:
Assigned To: Nosy List: rhettinger
Priority: normal Keywords: patch

Created on 2002-02-06 14:12 by rhettinger, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
gentest.py rhettinger, 2002-02-06 14:17 PEP 279 Examples and Test Suite
gentest.py rhettinger, 2002-02-06 14:47
gentest.py rhettinger, 2002-02-06 14:49 PEP 279 Examples and Test Suite
gentest.py rhettinger, 2002-02-07 10:15 Examples and Test Suite
Messages (2)
msg38882 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2002-02-06 14:12
The download attachment is a module which exercises 
every feature proposed in PEP 279, Enhanced 
Generators.  It also includes working source code for 
each example mentioned in the PEP.

The module uses Source Forge patch #513752 which 
simulates each proposed in the PEP.

Both modules are written completely in Python and 
require Python 2.2 to run.
msg38883 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2002-05-05 08:48
Logged In: YES 
user_id=80475

indexed() implemented as enumerate() for Py2.3.
xzip() patch submitted as iterzip().
xmap() and xfilter() to be put in separate module.
Generator comprehensions rejected.
Generator parameter passing dropped and attribute passing 
being considered instead.
Generator exception passing postponed.
History
Date User Action Args
2022-04-10 16:04:57adminsetgithub: 36038
2002-02-06 14:12:31rhettingercreate