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 eric.araujo
Recipients docs@python, eric.araujo, ezio.melotti, gvanrossum, pwuertz, rhettinger, serhiy.storchaka
Date 2012-10-28.20:32:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351456337.72.0.0983051119572.issue16239@psf.upfronthosting.co.za>
In-reply-to
Content
One idiom is not covered by the examples:  value = seq[something+1]
IMO it feels weird to put spaces in an index/slice notation.
History
Date User Action Args
2012-10-28 20:32:17eric.araujosetrecipients: + eric.araujo, gvanrossum, rhettinger, ezio.melotti, docs@python, serhiy.storchaka, pwuertz
2012-10-28 20:32:17eric.araujosetmessageid: <1351456337.72.0.0983051119572.issue16239@psf.upfronthosting.co.za>
2012-10-28 20:32:17eric.araujolinkissue16239 messages
2012-10-28 20:32:17eric.araujocreate