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 keelung-yang
Recipients keelung-yang, pablogsal, pitrou
Date 2022-01-24.08:23:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643012627.69.0.469680276654.issue35095@roundup.psfhosted.org>
In-reply-to
Content
@pitrou
Firstly, I can't agree with `it is quite uncommon to open a file in append mode`. It should be depended to users and their application scenes.

@pablogsal
Secondly, I think `Path.write_*(, append=False)` is better then adding new APIs, as discussed in https://stackoverflow.com/questions/57296168/pathlib-path-write-text-in-append-mode
History
Date User Action Args
2022-01-24 08:23:47keelung-yangsetrecipients: + keelung-yang, pitrou, pablogsal
2022-01-24 08:23:47keelung-yangsetmessageid: <1643012627.69.0.469680276654.issue35095@roundup.psfhosted.org>
2022-01-24 08:23:47keelung-yanglinkissue35095 messages
2022-01-24 08:23:47keelung-yangcreate