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 serhiy.storchaka
Recipients ZackerySpytz, martin.panter, serhiy.storchaka
Date 2018-06-29.10:15:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530267301.23.0.56676864532.issue25862@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 23db935bcf258657682e66464bf8512def8af830 by Serhiy Storchaka (Zackery Spytz) in branch 'master':
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
https://github.com/python/cpython/commit/23db935bcf258657682e66464bf8512def8af830
History
Date User Action Args
2018-06-29 10:15:01serhiy.storchakasetrecipients: + serhiy.storchaka, martin.panter, ZackerySpytz
2018-06-29 10:15:01serhiy.storchakasetmessageid: <1530267301.23.0.56676864532.issue25862@psf.upfronthosting.co.za>
2018-06-29 10:15:01serhiy.storchakalinkissue25862 messages
2018-06-29 10:15:01serhiy.storchakacreate