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 mwh
Recipients
Date 2000-07-28.06:47:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
negative indices!

for i in listvar[::-1]:
     pass

now iterates over the list backwards (rather than coredumping...)
History
Date User Action Args
2007-08-23 15:00:48adminlinkissue400998 messages
2007-08-23 15:00:48admincreate