[Python-checkins] cpython (3.5): Add a link to PEP 384 in stable.rst

berker.peksag python-checkins at python.org
Thu Jan 28 05:42:43 EST 2016


https://hg.python.org/cpython/rev/c9423e481663
changeset:   100089:c9423e481663
branch:      3.5
parent:      100087:732fdd03e708
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Thu Jan 28 12:42:26 2016 +0200
summary:
  Add a link to PEP 384 in stable.rst

files:
  Doc/c-api/stable.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/c-api/stable.rst b/Doc/c-api/stable.rst
--- a/Doc/c-api/stable.rst
+++ b/Doc/c-api/stable.rst
@@ -34,5 +34,5 @@
 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."

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list