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 theller
Recipients theller, twouters
Date 2007-08-30.18:15:18
SpamBayes Score 0.40440792
Marked as misclassified No
Message-id <1188497718.88.0.66098561933.issue1617699@psf.upfronthosting.co.za>
In-reply-to
Content
Set to accepted.  As pointed out in private email, please apply it to
the trunk.

Your thoughts about the 'length' of pointers make sense, and are very
similar to what I had in mind when I implemented pointer indexing.

For indexing pointers, negative indices (in the C sense, not the usual
Python sense) absolutely are needed, IMO.  For slicing, missing indices 
do not really have a meaning - would it be possible to disallow them?
History
Date User Action Args
2007-08-30 18:15:19thellersetspambayes_score: 0.404408 -> 0.40440792
recipients: + theller, twouters
2007-08-30 18:15:18thellersetspambayes_score: 0.404408 -> 0.404408
messageid: <1188497718.88.0.66098561933.issue1617699@psf.upfronthosting.co.za>
2007-08-30 18:15:18thellerlinkissue1617699 messages
2007-08-30 18:15:18thellercreate