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 Jonatan Skogsfors
Recipients Jonatan Skogsfors, docs@python
Date 2020-08-27.09:53:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598522026.83.0.0983078348702.issue41646@roundup.psfhosted.org>
In-reply-to
Content
In the 3.8.5 documentation for shutil.copy it says that "src and dst should be strings". However, the implementation doesn't seem to have any problem with path objects.
History
Date User Action Args
2020-08-27 09:53:46Jonatan Skogsforssetrecipients: + Jonatan Skogsfors, docs@python
2020-08-27 09:53:46Jonatan Skogsforssetmessageid: <1598522026.83.0.0983078348702.issue41646@roundup.psfhosted.org>
2020-08-27 09:53:46Jonatan Skogsforslinkissue41646 messages
2020-08-27 09:53:46Jonatan Skogsforscreate