From: Berker Peksag Date: Thu, 28 Jan 2016 10:42:26 +0000 (+0200) Subject: Add a link to PEP 384 in stable.rst X-Git-Tag: v3.6.0a1~683^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=806cb0f2b69bc6663e2c248afeadcea54c99d377;p=python Add a link to PEP 384 in stable.rst --- diff --git a/Doc/c-api/stable.rst b/Doc/c-api/stable.rst index 063f856d22..5b771dd4ad 100644 --- 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."