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 r.david.murray
Recipients mkesper, r.david.murray
Date 2015-01-14.13:42:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421242939.35.0.215214532509.issue23241@psf.upfronthosting.co.za>
In-reply-to
Content
This is a specific example of a global discussion about handling of paths in the stdlib.  So far we have elected not to provide special handling.  The correct thing to do is call str.  I'm not sure if shutil is special enough to be a special case, but it would need to be discussed in the context of the larger issue in some forum other than the bug tracker (probably python-dev).
History
Date User Action Args
2015-01-14 13:42:19r.david.murraysetrecipients: + r.david.murray, mkesper
2015-01-14 13:42:19r.david.murraysetmessageid: <1421242939.35.0.215214532509.issue23241@psf.upfronthosting.co.za>
2015-01-14 13:42:19r.david.murraylinkissue23241 messages
2015-01-14 13:42:18r.david.murraycreate