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.

Unsupported provider

classification
Title: PEP 3137: Make PyString's indexing and iteration return integers
Type: Stage:
Components: Interpreter Core Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: alexandre.vassalotti, gvanrossum
Priority: normal Keywords: patch

Created on 2007-10-15 14:27 by alexandre.vassalotti, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
string_iter_ret_ints.patch alexandre.vassalotti, 2007-10-15 14:27
Messages (2)
msg56442 - (view) Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) 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) * (Python committer) 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:27adminsetgithub: 45621
2007-10-19 22:07:07gvanrossumsetstatus: open -> closed
resolution: accepted
messages: + msg56567
2007-10-19 21:35:32gvanrossumsetassignee: gvanrossum
nosy: + gvanrossum
2007-10-15 16:49:12loewissetkeywords: + patch
2007-10-15 14:27:18alexandre.vassalotticreate