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 akira
Recipients BreamoreBoy, akira, barry, pitrou, r.david.murray
Date 2014-08-18.19:17:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408389432.36.0.1380743993.issue21041@psf.upfronthosting.co.za>
In-reply-to
Content
> #7951 has an interesting debate on negative indexes that is possibly applicable here.

Mark could you point to a message that explains why p.parents[-2] is worse
than p.parents[len(p.parents)-2]?
History
Date User Action Args
2014-08-18 19:17:12akirasetrecipients: + akira, barry, pitrou, r.david.murray, BreamoreBoy
2014-08-18 19:17:12akirasetmessageid: <1408389432.36.0.1380743993.issue21041@psf.upfronthosting.co.za>
2014-08-18 19:17:12akiralinkissue21041 messages
2014-08-18 19:17:12akiracreate