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 StyXman, christian.heimes, martin.panter, neologix, pitrou, vstinner
Date 2016-04-25.10:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYHytMOLfc8cHP8McH+9EceCVkNAuKrE_sVqpOKY_fypA@mail.gmail.com>
In-reply-to <1461577462.96.0.292131992216.issue26826@psf.upfronthosting.co.za>
Content
If we add a new private function to the os module (ex:
os._copy_file_range), it can be used in shutil if available. But it
would be a temporary solution until we declare the API stable. Maybe
it's ok to add the API as public today.
History
Date User Action Args
2016-04-25 10:35:36vstinnersetrecipients: + vstinner, pitrou, christian.heimes, StyXman, neologix, martin.panter
2016-04-25 10:35:36vstinnerlinkissue26826 messages
2016-04-25 10:35:36vstinnercreate