[issue34329] Document how to remove a suffix with pathlib.Path.with_suffix

2018-08-03 Thread Stefan Otte
Stefan Otte added the comment: No problem, I'm just excited to contribute to python (as small as the contribution might be) :) -- ___ Python tracker <https://bugs.python.org/issue34

[issue34329] Document how to remove a suffix with pathlib.Path.with_suffix

2018-08-03 Thread Stefan Otte
Stefan Otte added the comment: I'm waiting for the CLA to be accepted. I'll get back to you ASAP. -- ___ Python tracker <https://bugs.python.org/issue34

[issue34329] Document how to remove a suffix with pathlib.Path.with_suffix

2018-08-03 Thread Stefan Otte
Change by Stefan Otte : -- keywords: +patch pull_requests: +8150 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34329> ___ ___ Py

[issue34329] Document how to remove a suffix with pathlib.Path.with_suffix

2018-08-03 Thread Stefan Otte
New submission from Stefan Otte : Hello folks! I didn't realize that you can remove a suffix with the `with_suffix` function of the `Path` class of `pathlib` and I always used a little utility function that I wrote. I wanted to add that functionality (removing of a suffix) and submit a PR