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 Yogesh.Chaudhari, amaury.forgeotdarc, brian.curtin, loewis, pitrou, prlw1, python-dev, sable, serhiy.storchaka
Date 2013-08-20.17:12:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cKJTC71hvz7Ljj@mail.python.org>
In-reply-to
Content
New changeset 826233404be8 by Serhiy Storchaka in branch '3.3':
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
http://hg.python.org/cpython/rev/826233404be8

New changeset 6c9d49b8e3ec by Serhiy Storchaka in branch 'default':
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
http://hg.python.org/cpython/rev/6c9d49b8e3ec

New changeset 5e679ef2a55c by Serhiy Storchaka in branch '2.7':
Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace"
http://hg.python.org/cpython/rev/5e679ef2a55c
History
Date User Action Args
2013-08-20 17:12:00python-devsetrecipients: + python-dev, loewis, amaury.forgeotdarc, pitrou, sable, brian.curtin, serhiy.storchaka, prlw1, Yogesh.Chaudhari
2013-08-20 17:12:00python-devlinkissue13461 messages
2013-08-20 17:12:00python-devcreate