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 georg.brandl
Recipients georg.brandl, laxrulz777
Date 2008-08-26.20:27:23
SpamBayes Score 0.0024110756
Marked as misclassified No
Message-id <1219782445.22.0.705920157469.issue3689@psf.upfronthosting.co.za>
In-reply-to
Content
"reversed() built in is not functioning correctly with list" is wrong --
there is no problem with reversed() on lists.

The issue here is that the listreverseiterator has a strange __len__.
Note that other (reverse) iterators have no __len__ at all, so apart
from consistency there is nothing that "does not function correctly."
History
Date User Action Args
2008-08-26 20:27:25georg.brandlsetrecipients: + georg.brandl, laxrulz777
2008-08-26 20:27:25georg.brandlsetmessageid: <1219782445.22.0.705920157469.issue3689@psf.upfronthosting.co.za>
2008-08-26 20:27:24georg.brandllinkissue3689 messages
2008-08-26 20:27:24georg.brandlcreate