[Python-checkins] peps: PEP 493: slight wording tweak for accuracy

nick.coghlan python-checkins at python.org
Thu Feb 25 03:32:19 EST 2016


https://hg.python.org/peps/rev/078c6fc968bf
changeset:   6246:078c6fc968bf
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Thu Feb 25 18:32:06 2016 +1000
summary:
  PEP 493: slight wording tweak for accuracy

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


diff --git a/pep-0493.txt b/pep-0493.txt
--- a/pep-0493.txt
+++ b/pep-0493.txt
@@ -247,7 +247,7 @@
 settings that potentially allows a sufficiently determined attacker to revert
 Python to the default behaviour used in CPython 2.7.8 and earlier releases.
 
-This slight increase in the available attack surface is the main reason why:
+This slight increase in the available attack surface is a key reason why:
 
 * security sensitive applications should still define their own SSL context
 * the migration features described in this PEP are not being added to Python 3

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


More information about the Python-checkins mailing list