Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
d91ba206
Commit
d91ba206
authored
Dec 24, 2013
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention Windows 2000 and OS/2 drops, python-config as shell script.
parent
72420ff3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+12
-3
Misc/NEWS
Misc/NEWS
+1
-1
No files found.
Doc/whatsnew/3.4.rst
View file @
d91ba206
...
...
@@ -1002,7 +1002,7 @@ the PEP does not alter any existing CPython APIs.
Other build and C API changes
-----------------------------
C
hanges to Python's build process and to the C API include:
Other c
hanges 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
...
...
Misc/NEWS
View file @
d91ba206
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment