]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19852: move Path._raw_open() around, as it is now a private method.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 2 Dec 2013 20:25:18 +0000 (21:25 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 2 Dec 2013 20:25:18 +0000 (21:25 +0100)
commit4a60d42aade9788014f945804008ba9fbbb4ef26
tree91892c7c6b6cdd8ee1c1cae0df4b5e9d248d2fad
parenta02c69a73b11b94adcd4e62316c835e856d6948b
Issue #19852: move Path._raw_open() around, as it is now a private method.
Patch by Vajrasky Kok.
Lib/pathlib.py