[Python-checkins] devguide: Issue #16574: Clarify that once a PEP has implemented, it needs be

berker.peksag python-checkins at python.org
Wed Apr 22 06:53:02 CEST 2015


https://hg.python.org/devguide/rev/0c4006b7c7ff
changeset:   743:0c4006b7c7ff
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Apr 22 07:53:34 2015 +0300
summary:
  Issue #16574: Clarify that once a PEP has implemented, it needs be
documented in Python docs.

Patch by Carol Willing. Wording suggested by Terry J. Reedy.

files:
  documenting.rst |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/documenting.rst b/documenting.rst
--- a/documenting.rst
+++ b/documenting.rst
@@ -1125,7 +1125,9 @@
 
    A reference to a Python Enhancement Proposal.  This generates appropriate
    index entries. The text "PEP *number*\ " is generated; in the HTML output,
-   this text is a hyperlink to an online copy of the specified PEP.
+   this text is a hyperlink to an online copy of the specified PEP. Such
+   hyperlinks should not be a substitute for properly documenting the
+   language in the manuals.
 
 .. describe:: rfc
 

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


More information about the Python-checkins mailing list