commit | 4a60d42aade9788014f945804008ba9fbbb4ef26 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Dec 02 21:25:18 2013 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Dec 02 21:25:18 2013 +0100 |
tree | 91892c7c6b6cdd8ee1c1cae0df4b5e9d248d2fad | |
parent | a02c69a73b11b94adcd4e62316c835e856d6948b [diff] |
Issue #19852: move Path._raw_open() around, as it is now a private method. Patch by Vajrasky Kok.