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 methane
Recipients James Hennessy, graham.coster, martin.panter, methane, r.david.murray, serhiy.storchaka
Date 2019-11-27.02:59:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574823543.48.0.356973921094.issue26730@roundup.psfhosted.org>
In-reply-to
Content
@Serhiy, would you create a pull request based on your patch?  Or may I?

@James it doesn't make sense at all.  It breaks the file even when only ASCII characters are used.

f = SpooledTemporaryFile(mode="w+")
f.write("foobar")
f.seek(3)
f.rollover()
f.write("baz")
History
Date User Action Args
2019-11-27 02:59:03methanesetrecipients: + methane, r.david.murray, martin.panter, serhiy.storchaka, James Hennessy, graham.coster
2019-11-27 02:59:03methanesetmessageid: <1574823543.48.0.356973921094.issue26730@roundup.psfhosted.org>
2019-11-27 02:59:03methanelinkissue26730 messages
2019-11-27 02:59:03methanecreate