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 dgaletic
Recipients dgaletic
Date 2009-01-22.02:01:13
SpamBayes Score 0.00030037833
Marked as misclassified No
Message-id <1232589674.41.0.799165802013.issue5029@psf.upfronthosting.co.za>
In-reply-to
Content
#the following code should return an empty list, but returns the 0th
member of the list

>>> foo = [1, 2, 3]
>>> foo[0::-1]
[1]
History
Date User Action Args
2009-01-22 02:01:14dgaleticsetrecipients: + dgaletic
2009-01-22 02:01:14dgaleticsetmessageid: <1232589674.41.0.799165802013.issue5029@psf.upfronthosting.co.za>
2009-01-22 02:01:13dgaleticlinkissue5029 messages
2009-01-22 02:01:13dgaleticcreate