[New-bugs-announce] [issue1280] PEP 3137: Make PyString's indexing and iteration return integers
Alexandre Vassalotti
report at bugs.python.org
Mon Oct 15 16:27:18 CEST 2007
New submission from Alexandre Vassalotti:
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.
----------
components: Interpreter Core
files: string_iter_ret_ints.patch
messages: 56442
nosy: alexandre.vassalotti
severity: normal
status: open
title: PEP 3137: Make PyString's indexing and iteration return integers
versions: Python 3.0
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1280>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: string_iter_ret_ints.patch
Type: text/x-diff
Size: 12186 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071015/09fc34a4/attachment.patch
More information about the New-bugs-announce
mailing list