New submission from Arka <itsarkana...@gmail.com>:

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.

----------
components: +Library (Lib)
title: Add -> Add 'str' property to PathLib
versions: +Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32807>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to