[issue32807] Add 'str' property to PathLib

2018-02-09 Thread Arka
Arka 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 <https://bugs.python.org/is

[issue32807] Add 'str' property to PathLib

2018-02-09 Thread Arka
Arka added the comment: @matrixise Because the bots were saying, 'skip news', 'skip issue' labels are not found. -- ___ Python tracker <https://bug

[issue32807] Add 'str' property to PathLib

2018-02-09 Thread Arka
Change by Arka : -- keywords: +patch pull_requests: +5411 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32807> ___ ___ Python-

[issue32807] Add 'str' property to PathLib

2018-02-09 Thread Arka
New submission from Arka : 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:

[issue32807] Add

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