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 garcia
Recipients garcia
Date 2009-01-09.14:52:14
SpamBayes Score 0.3341163
Marked as misclassified No
Message-id <1231512736.18.0.593919226046.issue4897@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for PyIter_Next says it will raise TypeError if the 
object passed to it is not an iterator.  However, the implementation in 
abstract.c performs an assert rather than raising TypeError.  I would 
prefer if the implementation were adjusted to match the documentation 
rather than vice-versa.
History
Date User Action Args
2009-01-09 14:52:16garciasetrecipients: + garcia
2009-01-09 14:52:16garciasetmessageid: <1231512736.18.0.593919226046.issue4897@psf.upfronthosting.co.za>
2009-01-09 14:52:15garcialinkissue4897 messages
2009-01-09 14:52:14garciacreate