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
6dd1830c
Commit
6dd1830c
authored
Dec 24, 2013
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move argument clinic into its own section, like the other PEPs.
parent
d91ba206
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
13 deletions
+22
-13
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+22
-13
No files found.
Doc/whatsnew/3.4.rst
View file @
6dd1830c
...
...
@@ -999,6 +999,28 @@ describe the hash algorithm in use by the currently executing binary. Otherwise
the PEP does not alter any existing CPython APIs.
.. _whatsnew-pep-436:
PEP 436: Argument Clinic
------------------------
"Argument Clinic" (:pep:`436`) is now part of the CPython build process
and can be used to simplify the process of defining and maintaining
accurate signatures for builtins and standard library extension modules
implemented in C.
.. note::
The Argument Clinic PEP is not fully up to date with the state of the
implementation. This has been deemed acceptable by the release manager
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.
.. seealso::
:pep:`436` - The Argument Clinic DSL
PEP written and implemented by Larry Hastings.
Other build and C API changes
-----------------------------
...
...
@@ -1013,19 +1035,6 @@ Other changes to Python's build process and to the C API include:
marked as accepting ``const char *`` rather than ``char *`` (Contributed
by Serhiy Storchaka in :issue:`1772673`).
.. _whatsnew-pep-436:
* "Argument Clinic" (:pep:`436`) is now part of the CPython build process
and can be used to simplify the process of defining and maintaining
accurate signatures for builtins and standard library extension modules
implemented in C.
.. note::
The Argument Clinic PEP is not fully up to date with the state of the
implementation. This has been deemed acceptable by the release manager
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).
...
...
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