Issue 1280: PEP 3137: Make PyString's indexing and iteration return integers (original ) (raw ) Issue1280
Created on 2007-10-15 14:27 by alexandre.vassalotti , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Messages (2)
msg56442 - (view)
Author: Alexandre Vassalotti (alexandre.vassalotti) *
Date: 2007-10-15 14:27
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.
msg56567 - (view)
Author: Guido van Rossum (gvanrossum) *
Date: 2007-10-19 22:07
Checked in. I addressed some of your XXX'es, left others in (sre needs a serious checkup for compatibility with bytes). Committed revision 58552 .
History
Date
User
Action
Args
2022-04-11 14:56:27
admin
set
github: 45621
2007-10-19 22:07:07
gvanrossum
set
status: open -> closedresolution: acceptedmessages: +
2007-10-19 21:35:32
gvanrossum
set
assignee: gvanrossum nosy: + gvanrossum
2007-10-15 16:49:12
loewis
set
keywords: + patch
2007-10-15 14:27:18
alexandre.vassalotti
create