[Python-checkins] cpython: Mention Windows 2000 and OS/2 drops, python-config as shell script.

r.david.murray python-checkins at python.org
Tue Dec 24 18:37:51 CET 2013


http://hg.python.org/cpython/rev/39aa0e5edeba
changeset: 88167:39aa0e5edeba
user: R David Murray <rdmurray at bitdance.com>
date: Tue Dec 24 12:13:44 2013 -0500
summary:
 Mention Windows 2000 and OS/2 drops, python-config as shell script.
files:
 Doc/whatsnew/3.4.rst | 15 ++++++++++++---
 Misc/NEWS | 2 +-
 2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1002,7 +1002,7 @@
 Other build and C API changes
 -----------------------------
 
-Changes to Python's build process and to the C API include:
+Other changes to Python's build process and to the C API include:
 
 * The new :c:func:`Py_SetStandardStreamEncoding` pre-initialization API
 allows applications embedding the CPython interpreter to reliably force
@@ -1026,6 +1026,9 @@
 and core development team in this case, as Argument Clinic will not
 be made available as a public API for third party use in Python 3.4.
 
+* New shell version of ``python-config``; can be used even when a python
+ interpreter is not available (for example, in cross compilation scenarios).
+
 
 Other improvements
 ==================
@@ -1126,9 +1129,15 @@
 =======
 
 * The unmaintained ``Misc/TextMate`` and ``Misc/vim`` directories have been
- removed (see the devguide__ for what to use instead).
+ removed (see the `devguide <http://docs.python.org/devguide>`_
+ for what to use instead).
 
-__ http://docs.python.org/devguide
+
+* OS/2 support code has been removed from the source tree and build tools
+ (:issue:`16135`).
+
+* Windows 2000 support code has been removed from the source tree and build
+ tools (changeset e52df05b496a).
 
 
 Porting to Python 3.4
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3297,7 +3297,7 @@
 - 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.
 
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /