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 alexandre.vassalotti
Recipients alexandre.vassalotti
Date 2007-10-15.14:27:17
SpamBayes Score 0.03401085
Marked as misclassified No
Message-id <1192458438.2.0.278920353598.issue1280@psf.upfronthosting.co.za>
In-reply-to
Content
Here a preliminary patch to make PyString return integers on indexing
and iteration. There is still quite a few XXX in the patch, that I would
like to fix. However, the good thing is all tests passes.
Files
File name Uploaded
string_iter_ret_ints.patch alexandre.vassalotti, 2007-10-15.14:27:17
History
Date User Action Args
2007-10-15 14:27:18alexandre.vassalottisetspambayes_score: 0.0340108 -> 0.03401085
recipients: + alexandre.vassalotti
2007-10-15 14:27:18alexandre.vassalottisetspambayes_score: 0.0340108 -> 0.0340108
messageid: <1192458438.2.0.278920353598.issue1280@psf.upfronthosting.co.za>
2007-10-15 14:27:18alexandre.vassalottilinkissue1280 messages
2007-10-15 14:27:17alexandre.vassalotticreate