[Python-Dev] Generator expression used in test suite?

Nick Coghlan ncoghlan at iinet.net.au
Mon May 10 10:27:47 EDT 2004


Barry Warsaw wrote:

> On Mon, 2004-05-10 at 03:33, Nick Coghlan wrote:
> 
> 
>>Since this will work once generator expressions hit CVS, is there any 
>>point in raising a bug report for it?
> 
> 
> Yes.  The standard test suite should never have failures.

Done. Bug ID is 951270.

http://sourceforge.net/tracker/?func=detail&aid=951270&group_id=5470&atid=105470

The hard fix is to get generator expressions checked in, the easy fix is
to put '[' and ']' around the expression in the roundrobin example.

Regards,
Nick.

-- 
Nick Coghlan               |     Brisbane, Australia
Email: ncoghlan at email.com  | Mobile: +61 409 573 268





More information about the Python-Dev mailing list