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 martin.panter
Recipients Jonathan Kamens, Paolo Veglia, benjamin.peterson, jmadden, marcjofre, martin.panter, pitrou, pje, python-dev, serhiy.storchaka, stutzbach, tarek
Date 2016-06-05.10:48:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465123699.15.0.578580236195.issue24291@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch with the remaining fixes for other servers.

I considered changing the behaviour of shutil.copyfileobj() to handle partial writes better. But I decided against it, because: (a) nobody has complained yet, and (b) it could potentially break stuff, e.g. if fsrc.read() returned a strange kind of object.
History
Date User Action Args
2016-06-05 10:48:20martin.pantersetrecipients: + martin.panter, pje, pitrou, benjamin.peterson, tarek, stutzbach, python-dev, serhiy.storchaka, jmadden, Jonathan Kamens, marcjofre, Paolo Veglia
2016-06-05 10:48:19martin.pantersetmessageid: <1465123699.15.0.578580236195.issue24291@psf.upfronthosting.co.za>
2016-06-05 10:48:19martin.panterlinkissue24291 messages
2016-06-05 10:48:19martin.pantercreate