]> granicus.if.org Git - python/commitdiff
Mention Windows 2000 and OS/2 drops, python-config as shell script.
authorR David Murray <rdmurray@bitdance.com>
Tue, 24 Dec 2013 17:13:44 +0000 (12:13 -0500)
committerR David Murray <rdmurray@bitdance.com>
Tue, 24 Dec 2013 17:13:44 +0000 (12:13 -0500)
Doc/whatsnew/3.4.rst
Misc/NEWS

index 31c0d9197adb98c873931ac71c1dcc855a520d71..ad9829723e60f0647d0a34380b08ac46484ae43a 100644 (file)
@@ -1002,7 +1002,7 @@ the PEP does not alter any existing CPython APIs.
 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 @@ Changes to Python's build process and to the C API include:
      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 @@ Removed
 =======
 
 * 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).
+
+
+* OS/2 support code has been removed from the source tree and build tools
+  (:issue:`16135`).
 
-__ http://docs.python.org/devguide
+* Windows 2000 support code has been removed from the source tree and build
+  tools (changeset e52df05b496a).
 
 
 Porting to Python 3.4
index 5dfa63cd0ddc736c708d25cf10f5e215d115cef9..71e20b266ad8e8336c94953da985f537c6043df9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.