[Python-Dev] Generator expression used in test suite? (original) (raw)
Nick Coghlan ncoghlan at iinet.net.au
Mon May 10 10:27:47 EDT 2004
- Previous message: [Python-Dev] Generator expression used in test suite?
- Next message: [Python-Dev] SF Bug 933068 - Unexpected result from super() call
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Generator expression used in test suite?
- Next message: [Python-Dev] SF Bug 933068 - Unexpected result from super() call
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]