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 desbma
Recipients desbma
Date 2015-09-21.18:16:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442859377.15.0.337686492513.issue25156@psf.upfronthosting.co.za>
In-reply-to
Content
Additional advantage of calling sendfile from shutil.copyfile: other fonctions in shutil module would automatically benefit from the use of senfile because they call copyfile directly (copy, copy2) or indirectly (copytree).

So for example, the performance of shutil.copytree should be improved for free for directory trees containing big files.
History
Date User Action Args
2015-09-21 18:16:17desbmasetrecipients: + desbma
2015-09-21 18:16:17desbmasetmessageid: <1442859377.15.0.337686492513.issue25156@psf.upfronthosting.co.za>
2015-09-21 18:16:17desbmalinkissue25156 messages
2015-09-21 18:16:16desbmacreate