[Python-checkins] peps: PEP 453 postdate and wording tweaks

nick.coghlan python-checkins at python.org
Sun Oct 20 14:21:01 CEST 2013


http://hg.python.org/peps/rev/8b5da3b25a42
changeset:   5201:8b5da3b25a42
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Oct 20 22:20:53 2013 +1000
summary:
  PEP 453 postdate and wording tweaks

files:
  pep-0453.txt |  13 +++++++------
  1 files changed, 7 insertions(+), 6 deletions(-)


diff --git a/pep-0453.txt b/pep-0453.txt
--- a/pep-0453.txt
+++ b/pep-0453.txt
@@ -10,7 +10,7 @@
 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 @@
 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 @@
   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

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


More information about the Python-checkins mailing list