[issue32807] Add

2018-02-09 Thread Arka
Change by Arka <itsarkana...@gmail.com>: -- nosy: Arka priority: normal severity: normal status: open title: Add ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32807] Add 'str' property to PathLib

2018-02-09 Thread Arka
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: +L

[issue32807] Add 'str' property to PathLib

2018-02-09 Thread Arka
Arka <itsarkana...@gmail.com> added the comment: @Serhiy No, I wasn't aware of that. @R. David Murray Thank you, David. What you said, makes sense and I agree with you. -- ___ Python tracker <rep...@bugs.python.org> <https://

[issue32807] Add 'str' property to PathLib

2018-02-09 Thread Arka
Arka <itsarkana...@gmail.com> added the comment: @matrixise Because the bots were saying, 'skip news', 'skip issue' labels are not found. -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32807] Add 'str' property to PathLib

2018-02-09 Thread Arka
Change by Arka <itsarkana...@gmail.com>: -- keywords: +patch pull_requests: +5411 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt