Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb5d0aa

Browse files
andresdelfinovstinner
authored andcommitted
[3.6] bpo-33518: Add PEP entry to documentation glossary (GH-6860) (#6935)
(cherry picked from commit d5f1442) Co-authored-by: Andrés Delfino <[email protected]>
1 parent c6a5cc8 commit fb5d0aa

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Doc/glossary.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,21 @@ Glossary
829829
:class:`str` or :class:`bytes` result instead, respectively. Introduced
830830
by :pep:`519`.
831831

832+
PEP
833+
Python Enhancement Proposal. A PEP is a design document
834+
providing information to the Python community, or describing a new
835+
feature for Python or its processes or environment. PEPs should
836+
provide a concise technical specification and a rationale for proposed
837+
features.
838+
839+
PEPs are intended to be the primary mechanisms for proposing major new
840+
features, for collecting community input on an issue, and for documenting
841+
the design decisions that have gone into Python. The PEP author is
842+
responsible for building consensus within the community and documenting
843+
dissenting opinions.
844+
845+
See :pep:`1`.
846+
832847
portion
833848
A set of files in a single directory (possibly stored in a zip file)
834849
that contribute to a namespace package, as defined in :pep:`420`.

0 commit comments

Comments
 (0)