PEP 453 postdate and wording tweaks
This commit is contained in:
parent
e83a58638e
commit
d150e47692
13
pep-0453.txt
13
pep-0453.txt
|
@ -10,7 +10,7 @@ Type: Process
|
|||
Content-Type: text/x-rst
|
||||
Created: 10-Aug-2013
|
||||
Post-History: 30-Aug-2013, 15-Sep-2013, 18-Sep-2013, 19-Sep-2013,
|
||||
23-Sep-2013, 29-Sep-2013, 13-Oct-2013
|
||||
23-Sep-2013, 29-Sep-2013, 13-Oct-2013, 20-Oct-2013
|
||||
|
||||
|
||||
Abstract
|
||||
|
@ -344,10 +344,12 @@ Only users that choose to use ``pip`` to communicate with PyPI will
|
|||
need to pay attention to the additional security considerations that come
|
||||
with doing so.
|
||||
|
||||
However, the core CPython team will also assist with reviewing and
|
||||
resolving the `certificate update management issue
|
||||
However, the core CPython team will still assist with reviewing and
|
||||
resolving at least the `certificate update management issue
|
||||
<https://github.com/kennethreitz/requests/issues/1659>`__ currently
|
||||
affecting the ``requests`` project (and hence ``pip``) [#cert-verification]_.
|
||||
affecting the ``requests`` project (and hence ``pip``), and may also be
|
||||
able to offer assistance in resolving other identified security concerns
|
||||
[#cert-verification]_.
|
||||
|
||||
|
||||
Reliability considerations
|
||||
|
@ -403,8 +405,7 @@ can be carried out in any order):
|
|||
installation option for Python 3.4.
|
||||
* the ``venv`` module and ``pyvenv`` command would be updated to make use
|
||||
of ``ensurepip`` in Python 3.4
|
||||
* the PATH handling and ``sysconfig`` directory layout on Windows would be
|
||||
updated for Python 3.4+
|
||||
* the PATH handling on Windows would be updated for Python 3.4+
|
||||
|
||||
|
||||
Integration timeline
|
||||
|
|
Loading…
Reference in New Issue