mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Move no-longer-supported operating systems into 'removed' section.
This commit is contained in:
parent
e7cf678ad2
commit
076deadd81
1 changed files with 7 additions and 13 deletions
|
@ -1112,13 +1112,6 @@ Major performance enhancements have been added:
|
||||||
Deprecated
|
Deprecated
|
||||||
==========
|
==========
|
||||||
|
|
||||||
Unsupported Operating Systems
|
|
||||||
-----------------------------
|
|
||||||
|
|
||||||
* OS/2
|
|
||||||
* Windows 2000
|
|
||||||
* VMS
|
|
||||||
|
|
||||||
|
|
||||||
Deprecated Python Modules, Functions and Methods
|
Deprecated Python Modules, Functions and Methods
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
@ -1159,16 +1152,17 @@ Deprecated Features
|
||||||
Removed
|
Removed
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
* Support for the following previously deprecated operating systems has been
|
||||||
|
removed from the source and build tools:
|
||||||
|
|
||||||
|
* OS/2 (:issue:`16135`).
|
||||||
|
* Windows 2000 (changeset e52df05b496a).
|
||||||
|
* VMS (:issue:`16136`).
|
||||||
|
|
||||||
* The unmaintained ``Misc/TextMate`` and ``Misc/vim`` directories have been
|
* The unmaintained ``Misc/TextMate`` and ``Misc/vim`` directories have been
|
||||||
removed (see the `devguide <http://docs.python.org/devguide>`_
|
removed (see the `devguide <http://docs.python.org/devguide>`_
|
||||||
for what to use instead).
|
for what to use instead).
|
||||||
|
|
||||||
* 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).
|
|
||||||
|
|
||||||
* The ``SO`` makefile macro is removed (it was replaced by the
|
* The ``SO`` makefile macro is removed (it was replaced by the
|
||||||
``SHLIB_SUFFIX`` and ``EXT_SUFFIX`` macros) (:issue:`16754`).
|
``SHLIB_SUFFIX`` and ``EXT_SUFFIX`` macros) (:issue:`16754`).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue