projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34360c8
)
Add a link to PEP 384 in stable.rst
author
Berker Peksag
<berker.peksag@gmail.com>
Thu, 28 Jan 2016 10:42:26 +0000
(12:42 +0200)
committer
Berker Peksag
<berker.peksag@gmail.com>
Thu, 28 Jan 2016 10:42:26 +0000
(12:42 +0200)
Doc/c-api/stable.rst
patch
|
blob
|
history
diff --git
a/Doc/c-api/stable.rst
b/Doc/c-api/stable.rst
index 063f856d227be4231ab5a4ae62d6a5ea008f1f3e..5b771dd4adcefb24207a97e6ab6799c032f7c467 100644
(file)
--- a/
Doc/c-api/stable.rst
+++ b/
Doc/c-api/stable.rst
@@
-34,5
+34,5
@@
will work on all subsequent Python releases, but fail to load (because of
missing symbols) on the older releases.
As of Python 3.2, the set of functions available to the limited API is
-documented in
PEP 384
. In the C API documentation, API elements that are not
+documented in
:pep:`384`
. In the C API documentation, API elements that are not
part of the limited API are marked as "Not part of the limited API."