diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-08-24 02:01:48 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-08-24 02:01:48 (GMT) |
commit | 3a7dffa4cec84c94685fc9dccbded8ee41904fd5 (patch) | |
tree | 4dd078de4f3cc6fce7c9298689bdc76e27ed8117 /Misc | |
parent | 12d5e0f01693686a96eb45af88c2b7f7c6caaac6 (diff) | |
download | cpython-3a7dffa4cec84c94685fc9dccbded8ee41904fd5.zip cpython-3a7dffa4cec84c94685fc9dccbded8ee41904fd5.tar.gz cpython-3a7dffa4cec84c94685fc9dccbded8ee41904fd5.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Projected Release date: 2013-09-08 Core and Builtins ----------------- +- Remove supporting for compiling on systems without getcwd(). + - Issue #18774: Remove last bits of GNU PTH thread code and thread_pth.h. - Issue #18771: Add optimization to set object lookups to reduce the cost |