PEP 493: slight wording tweak for accuracy

This commit is contained in:
Nick Coghlan 2016-02-25 18:32:06 +10:00
parent a283db8c30
commit 4e77d45d59
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ approach does introduce a new downgrade attack against the default security
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