[Python-Dev] Generator expression used in test suite? (original) (raw)

Nick Coghlan ncoghlan at iinet.net.au
Mon May 10 03:33:13 EDT 2004


I just finished setting up a Mandrake 9.2 box for Python development, and got a doctest failure in test_deque (after running ./configure, make, make test).

It looks like one of the examples (roundrobin) is using a generator expression to populate the deque.

Since this will work once generator expressions hit CVS, is there any point in raising a bug report for it?

Regards, Nick.

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



More information about the Python-Dev mailing list