]> granicus.if.org Git - python/commit
Closes #20218: Added convenience methods read_text/write_text and read_bytes/
authorGeorg Brandl <georg@python.org>
Wed, 1 Oct 2014 17:12:33 +0000 (19:12 +0200)
committerGeorg Brandl <georg@python.org>
Wed, 1 Oct 2014 17:12:33 +0000 (19:12 +0200)
commitea6839835557784433669a43c763c296ce9afd21
treee2fe412eb90b05e915de41ae6c6aecbab2e6870d
parent5c4725e5bc4c25ff3f9771bf8985bcb52fea23e7
Closes #20218: Added convenience methods read_text/write_text and read_bytes/
write_bytes to pathlib.Path objects.

Thanks to Christopher Welborn and Ram Rachum for original patches.
Doc/library/pathlib.rst
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS