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 brett.cannon, eric.snow, louielu, ncoghlan, serhiy.storchaka
Date 2017-05-03.13:08:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493816883.16.0.825963385983.issue30247@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure it's a good idea. FileLoader, FileFinder, and other classes usually are a part of import machinery, they can have other restrictions on path type than general filesystem related functions. This change has a non-zero cost, it complicates the code and makes it slower. Do you have a use case for using these classes with a path different from None or str?
History
Date User Action Args
2017-05-03 13:08:03serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow, louielu
2017-05-03 13:08:03serhiy.storchakasetmessageid: <1493816883.16.0.825963385983.issue30247@psf.upfronthosting.co.za>
2017-05-03 13:08:03serhiy.storchakalinkissue30247 messages
2017-05-03 13:08:03serhiy.storchakacreate