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 python-dev
Recipients ezio.melotti, loewis, mrabarnett, pitrou, python-dev, serhiy.storchaka
Date 2012-12-02.11:56:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YDnql5kr4zNBQ@mail.python.org>
In-reply-to
Content
New changeset 0edc92d78192 by Antoine Pitrou in branch '3.2':
Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
http://hg.python.org/cpython/rev/0edc92d78192

New changeset 21ceee08a375 by Antoine Pitrou in branch '3.3':
Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
http://hg.python.org/cpython/rev/21ceee08a375

New changeset e7104cc09d02 by Antoine Pitrou in branch 'default':
Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
http://hg.python.org/cpython/rev/e7104cc09d02
History
Date User Action Args
2012-12-02 11:56:36python-devsetrecipients: + python-dev, loewis, pitrou, ezio.melotti, mrabarnett, serhiy.storchaka
2012-12-02 11:56:36python-devlinkissue10182 messages
2012-12-02 11:56:36python-devcreate