commit | 36db84d3db862bfe8d8f56882fa51d3dc151e638 | [log] [tgz] |
---|---|---|
author | Stefan Krah <stefan@bytereef.org> | Mon Jul 19 15:43:23 2010 +0000 |
committer | Stefan Krah <stefan@bytereef.org> | Mon Jul 19 15:43:23 2010 +0000 |
tree | c839b6afed89db7db5bf00b313d1d5ea5038b67c | |
parent | 9ea629cc836682d52eb7da21900ef335a77344c8 [diff] |
Merged revisions 82853-82854 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ........ r82853 | stefan.krah | 2010-07-13 21:17:08 +0200 (Tue, 13 Jul 2010) | 4 lines Issue #9185: On Solaris and OpenBSD, posix_getcwd() could loop indefinitely if the path length exceeded PATH_MAX. ........ r82854 | stefan.krah | 2010-07-13 21:40:00 +0200 (Tue, 13 Jul 2010) | 3 lines Remove PYOS_OS2 special cases from the Solaris/OpenBSD section. ........