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 brett.cannon
Recipients brett.cannon
Date 2017-05-02.17:12:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493745159.76.0.694023923588.issue30235@psf.upfronthosting.co.za>
In-reply-to
Content
If you look at the docs for shutil (https://docs.python.org/3/library/shutil.html), you will notice all over it says things like "path names given as strings". The question is whether that statement is true in the face of path-like objects? If it is true then the corresponding function in shutil should be updated to accept path-like objects. If it's false then the docs for the function should be updated.

This is a meta-issue to track working on the overall module (IOW separate PRs to fix things piecemeal is fine). Looks like the following functions need checking/updating:

- copyfile
- copymode
- copystat
- copy
- copy2
- copytree
- rmtree
- move
- disk_usage
- chown
- make_archive


[ unpack_archive is covered by https://github.com/python/cpython/pull/1367]
History
Date User Action Args
2017-05-02 17:12:39brett.cannonsetrecipients: + brett.cannon
2017-05-02 17:12:39brett.cannonsetmessageid: <1493745159.76.0.694023923588.issue30235@psf.upfronthosting.co.za>
2017-05-02 17:12:39brett.cannonlinkissue30235 messages
2017-05-02 17:12:39brett.cannoncreate