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 skrah
Recipients skrah, vstinner
Date 2014-06-24.18:20:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403634015.31.0.0787725259219.issue21856@psf.upfronthosting.co.za>
In-reply-to
Content
Victor, shall we close this?  The behavior is basically as specified:

"The slice of s from i to j is defined as the sequence of items with index k such that i <= k < j. If i or j is greater than len(s), use len(s). If i is omitted or None, use 0. If j is omitted or None, use len(s). If i is greater than or equal to j, the slice is empty."
History
Date User Action Args
2014-06-24 18:20:15skrahsetrecipients: + skrah, vstinner
2014-06-24 18:20:15skrahsetmessageid: <1403634015.31.0.0787725259219.issue21856@psf.upfronthosting.co.za>
2014-06-24 18:20:15skrahlinkissue21856 messages
2014-06-24 18:20:15skrahcreate