[New-bugs-announce] [issue35095] Implement pathlib.Path.append_bytes and pathlib.Path.append_text

Pablo Galindo Salgado report at bugs.python.org
Sun Oct 28 15:17:21 EDT 2018


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

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

----------
components: Library (Lib)
messages: 328730
nosy: pablogsal
priority: normal
severity: normal
status: open
title: Implement pathlib.Path.append_bytes and pathlib.Path.append_text
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35095>
_______________________________________


More information about the New-bugs-announce mailing list