Skip to main content
  1. Glossary/

Python Enhancement Proposal

·49 words·1 min·
Jaume Sabater
Author
Jaume Sabater
CTO and systems engineer

Python Enhancement Proposal (PEP) is a design document providing information to the Python community or describing a new feature for Python, its processes or its environment. These documents serve as the primary mechanism for proposing major new features, collecting community input, and documenting the design decisions behind the language.

Related