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 pablogsal
Recipients pablogsal
Date 2018-10-28.19:17:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540754241.69.0.788709270274.issue35095@psf.upfronthosting.co.za>
In-reply-to
Content
Right now we have:

Path.read_bytes
Path.read_text
Path.write_bytes
Path.write_text

as opening the file, appending something and closing the file is also a very typical operation to do it would be nice to have:

Path.append_bytes
Path.append_text
History
Date User Action Args
2018-10-28 19:17:21pablogsalsetrecipients: + pablogsal
2018-10-28 19:17:21pablogsalsetmessageid: <1540754241.69.0.788709270274.issue35095@psf.upfronthosting.co.za>
2018-10-28 19:17:21pablogsallinkissue35095 messages
2018-10-28 19:17:21pablogsalcreate