[Python-checkins] peps: Correct a slightly inaccurate statement

donald.stufft python-checkins at python.org
Sun Nov 22 19:55:17 EST 2015


https://hg.python.org/peps/rev/1fe535b37cf0
changeset:   6128:1fe535b37cf0
user:        Donald Stufft <donald at stufft.io>
date:        Sun Nov 22 19:55:14 2015 -0500
summary:
  Correct a slightly inaccurate statement

files:
  pep-0508.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0508.txt b/pep-0508.txt
--- a/pep-0508.txt
+++ b/pep-0508.txt
@@ -203,7 +203,7 @@
 A marker expression evalutes to either True or False. When it evaluates to
 False, the dependency specification should be ignored.
 
-The marker language is a subset of Python itself, chosen for the ability to
+The marker language is inspired by Python itself, chosen for the ability to
 safely evaluate it without running arbitrary code that could become a security
 vulnerability. Markers were first standardised in PEP-345 [#pep345]_. This PEP
 fixes some issues that were observed in the design described in PEP-426

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


More information about the Python-checkins mailing list