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 twouters
Recipients theller, twouters
Date 2007-08-30.20:36:11
SpamBayes Score 0.18487343
Marked as misclassified No
Message-id <1188506171.25.0.2821358065.issue1617699@psf.upfronthosting.co.za>
In-reply-to
Content
Hmmm.... Well, that's fine by me, but it changes current behaviour, and
in a way that ctypes own testsuite was testing, even ;) (it does, e.g.,
'p[:4]' in a couple of places.) Requiring the start always would
possibly break a lot of code. We could make only the start (and step)
optional, and the start only if the step is positive, perhaps? That
would change no existing, sane behaviour.
History
Date User Action Args
2007-08-30 20:36:11twouterssetspambayes_score: 0.184873 -> 0.18487343
recipients: + twouters, theller
2007-08-30 20:36:11twouterssetspambayes_score: 0.184873 -> 0.184873
messageid: <1188506171.25.0.2821358065.issue1617699@psf.upfronthosting.co.za>
2007-08-30 20:36:11twouterslinkissue1617699 messages
2007-08-30 20:36:11twouterscreate