[Patches] [ python-Patches-513756 ] PEP 279 Examples and Test Suite

noreply@sourceforge.net noreply@sourceforge.net
Sun, 05 May 2002 01:48:32 -0700


Patches item #513756, was opened at 2002-02-06 14:12
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=513756&group_id=5470

Category: Demos and tools
Group: Python 2.3
>Status: Closed
>Resolution: Later
Priority: 5
Submitted By: Raymond Hettinger (rhettinger)
Assigned to: Nobody/Anonymous (nobody)
Summary: PEP 279 Examples and Test Suite

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2002-05-05 08:48

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=513756&group_id=5470