Message 332923 - Python tracker

Message332923

Author xxxxxxx
Recipients docs@python, xxxxxxx
Date 2019-01-03.09:06:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546506372.52.0.724433917377.issue35648@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.
History
Date User Action Args
2019-01-03 09:06:14xxxxxxxsetrecipients: + xxxxxxx, docs@python
2019-01-03 09:06:12xxxxxxxsetmessageid: <1546506372.52.0.724433917377.issue35648@roundup.psfhosted.org>
2019-01-03 09:06:12xxxxxxxlinkissue35648 messages
2019-01-03 09:06:12xxxxxxxcreate