[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
- Previous message: [Python-Dev] python-dev Summary for 2004-04-01 through 2004-04-30[rough draft]
- Next message: [Python-Dev] Generator expression used in test suite?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] python-dev Summary for 2004-04-01 through 2004-04-30[rough draft]
- Next message: [Python-Dev] Generator expression used in test suite?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]