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 wyz23x2
Recipients wyz23x2
Date 2020-02-10.07:37:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581320223.81.0.7609843098.issue39596@roundup.psfhosted.org>
In-reply-to
Content
A typo in the previous comment:
>>> list(enumerate(lis,reverse=True))
[('a',0),('b',1),('c',2),('d',3)]
History
Date User Action Args
2020-02-10 07:37:03wyz23x2setrecipients: + wyz23x2
2020-02-10 07:37:03wyz23x2setmessageid: <1581320223.81.0.7609843098.issue39596@roundup.psfhosted.org>
2020-02-10 07:37:03wyz23x2linkissue39596 messages
2020-02-10 07:37:03wyz23x2create