diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-04-24 22:16:10 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-04-24 22:16:10 (GMT) |
commit | 4403d7def0ec8e6b395223fb2ab8b570ecc7a6e4 (patch) | |
tree | b93c3cfb419fe07eec326f7d7da383cf989a038c /Misc | |
parent | 9bdd61338d5a03cb2d8a677c646df20f64fef30e (diff) | |
download | cpython-4403d7def0ec8e6b395223fb2ab8b570ecc7a6e4.zip cpython-4403d7def0ec8e6b395223fb2ab8b570ecc7a6e4.tar.gz cpython-4403d7def0ec8e6b395223fb2ab8b570ecc7a6e4.tar.bz2 |
Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes
Patch written by William Orr.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ Core and Builtins Library ------- +- Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes. + Patch written by William Orr. + - Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. - Fix asyncio issue 235: LifoQueue and PriorityQueue's put didn't |