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 serhiy.storchaka
Recipients Phaqui, Roy Williams, gregory.p.smith, serhiy.storchaka
Date 2018-02-05.06:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517811105.96.0.467229070634.issue31961@psf.upfronthosting.co.za>
In-reply-to
Content
The bug itself can be easily fixed. But I think this PR shouldn't be merged at first place. Not all functions should accept path-like objects for arbitrary arguments. Only if the argument semantically is a path, a path-like object should be accepted. Several similar propositions already were rejected for this reason.
History
Date User Action Args
2018-02-05 06:11:46serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, Phaqui, Roy Williams
2018-02-05 06:11:45serhiy.storchakasetmessageid: <1517811105.96.0.467229070634.issue31961@psf.upfronthosting.co.za>
2018-02-05 06:11:45serhiy.storchakalinkissue31961 messages
2018-02-05 06:11:45serhiy.storchakacreate