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, eryksun, ethan.furman, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-06-03.19:08:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464980912.28.0.315576287347.issue27184@psf.upfronthosting.co.za>
In-reply-to
Content
I think that if some high-level function uses os.path, it likely should convert Path argument to str either because the path should be saved as a string, or for performance if multiple os.path functions are called with the same argument. Note, that some os.path functions will implicitly support path objects if the posix module support it.

Let first find the functions that need path objects support in os.path.
History
Date User Action Args
2016-06-03 19:08:32serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, paul.moore, tim.golden, ethan.furman, zach.ware, eryksun, steve.dower
2016-06-03 19:08:32serhiy.storchakasetmessageid: <1464980912.28.0.315576287347.issue27184@psf.upfronthosting.co.za>
2016-06-03 19:08:32serhiy.storchakalinkissue27184 messages
2016-06-03 19:08:32serhiy.storchakacreate