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 Arka
Recipients Arka
Date 2018-02-09.10:46:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518173186.93.0.467229070634.issue32807@psf.upfronthosting.co.za>
In-reply-to
Content
Add 'str' property to PurePath in PathLib that calls __str__ function and returns the string representation of the path. It is easier to use than str(Path). Many existing methods accept only strings as a path.
History
Date User Action Args
2018-02-09 10:46:26Arkasetrecipients: + Arka
2018-02-09 10:46:26Arkasetmessageid: <1518173186.93.0.467229070634.issue32807@psf.upfronthosting.co.za>
2018-02-09 10:46:26Arkalinkissue32807 messages
2018-02-09 10:46:26Arkacreate