This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients andersk, eric.araujo, georg.brandl, ysj.ray
Date 2010-04-12.15:47:19
SpamBayes Score 0.0008778879
Marked as misclassified No
Message-id <4BC34085.7010200@netwok.org>
In-reply-to <1271084968.84.0.176807120772.issue8376@psf.upfronthosting.co.za>
Content
Hello

I thought about two bits in your message: “I think it's clear enough” 
and “So by reading it carefully”. They show that the doc is a bit 
ambiguous here, and while I agree that people should take the time to 
read and understand, I think that documentation can always be made 
clearer. The doc about iterables could tell to return an instance of 
another class or use a generator, and then a separate paragraph would 
explain about using next to define iterators, explaining that iterators 
may or may not be iterable.

Does that sound good?

Regards
History
Date User Action Args
2010-04-12 15:47:21eric.araujosetrecipients: + eric.araujo, georg.brandl, ysj.ray, andersk
2010-04-12 15:47:19eric.araujolinkissue8376 messages
2010-04-12 15:47:19eric.araujocreate