[issue32807] Add
Change by Arka : -- nosy: Arka priority: normal severity: normal status: open title: Add ___ Python tracker <https://bugs.python.org/issue32807> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32807] Add 'str' property to PathLib
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: Add -> Add 'str' property to PathLib versions: +Python 3.6 ___ Python tracker <https://bugs.python.org/issue32807> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32807] Add 'str' property to PathLib
Change by Arka : -- keywords: +patch pull_requests: +5411 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32807> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32807] Add 'str' property to PathLib
Arka added the comment: @matrixise Because the bots were saying, 'skip news', 'skip issue' labels are not found. -- ___ Python tracker <https://bugs.python.org/issue32807> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32807] Add 'str' property to PathLib
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/issue32807> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
