diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-12-24 17:13:44 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-12-24 17:13:44 (GMT) |
commit | d91ba206a2c36da8bfbe83ef0bd3a77f69266204 (patch) | |
tree | de9cfbb26f7949404d91d20c4fd02ee18d73baf7 /Misc/NEWS | |
parent | 72420ff3ce08090c51c99ddb1a3159b195d36bf5 (diff) | |
download | cpython-d91ba206a2c36da8bfbe83ef0bd3a77f69266204.zip cpython-d91ba206a2c36da8bfbe83ef0bd3a77f69266204.tar.gz cpython-d91ba206a2c36da8bfbe83ef0bd3a77f69266204.tar.bz2 |
Mention Windows 2000 and OS/2 drops, python-config as shell script.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3297,7 +3297,7 @@ Build - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; use _PYTHON_PROJECT_BASE in distutils/sysconfig.py. -- Drop support for Windows 2000. +- Drop support for Windows 2000 (changeset e52df05b496a). - Issue #17029: Let h2py search the multiarch system include directory. |