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 ciupicri, serhiy.storchaka
Date 2018-12-10.12:24:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544444695.84.0.788709270274.issue35453@psf.upfronthosting.co.za>
In-reply-to
Content
This is for purpose. Path is not a glob pattern, and glob pattern is not a path. '*.txt' is aт ordinary file name on Linux and is invalid file name on Windows. If we wanted to accept Path in any place that accepts a string, we would make Path a subclass of str.
History
Date User Action Args
2018-12-10 12:24:55serhiy.storchakasetrecipients: + serhiy.storchaka, ciupicri
2018-12-10 12:24:55serhiy.storchakasetmessageid: <1544444695.84.0.788709270274.issue35453@psf.upfronthosting.co.za>
2018-12-10 12:24:55serhiy.storchakalinkissue35453 messages
2018-12-10 12:24:55serhiy.storchakacreate