This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sotte
Recipients docs@python, sotte
Date 2018-08-03.09:58:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533290285.58.0.56676864532.issue34329@psf.upfronthosting.co.za>
In-reply-to
Content
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 but then I saw that `with_suffix` has you covered already. I'm just documenting this feature with the PR I'll submit.
History
Date User Action Args
2018-08-03 09:58:05sottesetrecipients: + sotte, docs@python
2018-08-03 09:58:05sottesetmessageid: <1533290285.58.0.56676864532.issue34329@psf.upfronthosting.co.za>
2018-08-03 09:58:05sottelinkissue34329 messages
2018-08-03 09:58:05sottecreate