Message7249

Author int3
Recipients int3
Date 2012-06-19.07:40:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340091612.41.0.358477599641.issue1932@psf.upfronthosting.co.za>
In-reply-to
Content
itertools.chain(1) should not throw a TypeError until .next() is invoked on it.

Both this bug and #1931 were detected via running test_itertools.py from the CPython source tree. I'd add the test file here, but quite a number of other tests are failing as well, and I figure it might be simpler to add that file in once I get the rest of the tests to pass.
History
Date User Action Args
2012-06-19 07:40:12int3setrecipients: + int3
2012-06-19 07:40:12int3setmessageid: <1340091612.41.0.358477599641.issue1932@psf.upfronthosting.co.za>
2012-06-19 07:40:12int3linkissue1932 messages
2012-06-19 07:40:11int3create