commit | 4403d7def0ec8e6b395223fb2ab8b570ecc7a6e4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Apr 25 00:16:10 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Apr 25 00:16:10 2015 +0200 |
tree | b93c3cfb419fe07eec326f7d7da383cf989a038c | |
parent | 9bdd61338d5a03cb2d8a677c646df20f64fef30e [diff] |
Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes Patch written by William Orr.