Slight rewording of PEP464
This commit is contained in:
parent
33529fc96b
commit
6961630a2e
|
@ -28,9 +28,9 @@ mirror the content of PyPI used by the automatic installers, and as a component
|
||||||
of that, it provides a method for verifying the authenticity of the mirrored
|
of that, it provides a method for verifying the authenticity of the mirrored
|
||||||
content.
|
content.
|
||||||
|
|
||||||
This PEP proposal the removal of this API due to:
|
This PEP proposes the removal of this API due to:
|
||||||
|
|
||||||
* No known implementations that utilize this API are known, this includes
|
* There are no known implementations that utilize this API, this includes
|
||||||
`pip <http://www.pip-installer.org/en/latest/>`_ and
|
`pip <http://www.pip-installer.org/en/latest/>`_ and
|
||||||
`setuptools <http://pythonhosted.org//setuptools/>`_.
|
`setuptools <http://pythonhosted.org//setuptools/>`_.
|
||||||
* Because this API uses DSA it is vulnerable to leaking the private key if
|
* Because this API uses DSA it is vulnerable to leaking the private key if
|
||||||
|
|
Loading…
Reference in New Issue