]> granicus.if.org Git - python/commit
Patch 1280, by Alexandre Vassalotti.
authorGuido van Rossum <guido@python.org>
Fri, 19 Oct 2007 22:06:24 +0000 (22:06 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Oct 2007 22:06:24 +0000 (22:06 +0000)
commit75a902db7859a4751743e98530c5d96a672641be
treea730c966dcfc993a800078004aae3a6094a75a6a
parent21431e85d505b9698c085c25cbf1b2997a352b85
Patch 1280, by Alexandre Vassalotti.
Make PyString's indexing and iteration return integers.
(I changed a few of Alexandre's decisions -- GvR.)
Lib/dis.py
Lib/encodings/__init__.py
Lib/modulefinder.py
Lib/sre_parse.py
Lib/test/string_tests.py
Lib/test/test_bytes.py
Lib/test/test_set.py
Lib/test/test_struct.py
Objects/stringobject.c