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 bgerrity
Recipients bgerrity
Date 2021-01-21.22:04:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611266651.15.0.998031464768.issue42995@roundup.psfhosted.org>
In-reply-to
Content
Appending a new suffix to a file is common operation.

The operations don't come across as elegant:

e.g. `foo_path.with_suffix(foo_path.suffix + ".old")`
History
Date User Action Args
2021-01-21 22:04:11bgerritysetrecipients: + bgerrity
2021-01-21 22:04:11bgerritysetmessageid: <1611266651.15.0.998031464768.issue42995@roundup.psfhosted.org>
2021-01-21 22:04:11bgerritylinkissue42995 messages
2021-01-21 22:04:10bgerritycreate