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 vstinner
Recipients Oren Milman, benjamin.peterson, ncoghlan, serhiy.storchaka, veky, vstinner
Date 2017-11-07.00:17:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510013876.11.0.213398074469.issue31271@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 30537698b607d53fa9ce18522abb88469d5814b6 by Victor Stinner (Oren Milman) in branch '2.7':
[2.7] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201) (#3951)
https://github.com/python/cpython/commit/30537698b607d53fa9ce18522abb88469d5814b6
History
Date User Action Args
2017-11-07 00:17:56vstinnersetrecipients: + vstinner, ncoghlan, benjamin.peterson, serhiy.storchaka, veky, Oren Milman
2017-11-07 00:17:56vstinnersetmessageid: <1510013876.11.0.213398074469.issue31271@psf.upfronthosting.co.za>
2017-11-07 00:17:56vstinnerlinkissue31271 messages
2017-11-07 00:17:56vstinnercreate