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 pitrou, serhiy.storchaka
Date 2017-03-25.08:25:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490430352.62.0.808201029923.issue29900@psf.upfronthosting.co.za>
In-reply-to
Content
Since functions in the os module support path-like objects, the code of the pathlib module can be simplified. The wrappers that explicitly convert Path to str no longer needed.
History
Date User Action Args
2017-03-25 08:25:52serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou
2017-03-25 08:25:52serhiy.storchakasetmessageid: <1490430352.62.0.808201029923.issue29900@psf.upfronthosting.co.za>
2017-03-25 08:25:52serhiy.storchakalinkissue29900 messages
2017-03-25 08:25:52serhiy.storchakacreate