]> granicus.if.org Git - python/commit
remove support for compiling on systems without getcwd()
authorBenjamin Peterson <benjamin@python.org>
Sat, 24 Aug 2013 02:01:48 +0000 (21:01 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 24 Aug 2013 02:01:48 +0000 (21:01 -0500)
commit3a7dffa4cec84c94685fc9dccbded8ee41904fd5
tree4dd078de4f3cc6fce7c9298689bdc76e27ed8117
parent12d5e0f01693686a96eb45af88c2b7f7c6caaac6
remove support for compiling on systems without getcwd()

Do we need a fallback implementation of getcwd() from 1991 that claims to
support "really old Unix systems"? I don't think so.
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c
Python/getcwd.c [deleted file]
configure
configure.ac
pyconfig.h.in