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 xxxxxxx
Recipients xxxxxxx
Date 2019-01-03.18:57:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546541865.13.0.115152005965.issue35652@roundup.psfhosted.org>
In-reply-to
Content
Currently it is decided if to use the srcentry in the copy_function by checking if the copy_function is copy() or copy2(). This will fail if the copy_function is a modified copy() or copy2() function. To control if the copy_function gets a srcentry or srcname parameter, added the use_srcentry parameter.

Successor of https://bugs.python.org/issue35648
History
Date User Action Args
2019-01-03 18:57:48xxxxxxxsetrecipients: + xxxxxxx
2019-01-03 18:57:45xxxxxxxsetmessageid: <1546541865.13.0.115152005965.issue35652@roundup.psfhosted.org>
2019-01-03 18:57:45xxxxxxxlinkissue35652 messages
2019-01-03 18:57:44xxxxxxxcreate