[Python-checkins] peps: PEP 475: replace "current" with "python 3.4"

victor.stinner python-checkins at python.org
Tue Oct 28 22:14:00 CET 2014


https://hg.python.org/peps/rev/3baa5220b2f6
changeset:   5589:3baa5220b2f6
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Oct 28 22:13:38 2014 +0100
summary:
  PEP 475: replace "current" with "python 3.4"

files:
  pep-0475.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0475.txt b/pep-0475.txt
--- a/pep-0475.txt
+++ b/pep-0475.txt
@@ -59,10 +59,10 @@
 Python does not have this issue, it uses exceptions to notify errors.
 
 
-Current status
---------------
+Status in Python 3.4
+--------------------
 
-Currently in Python, the code to handle the ``InterruptedError``
+In Python 3.4, the code to handle the ``InterruptedError``
 exception (``EINTR`` error) is duplicated on case by case. Only a few
 Python modules handle this exception, and fixes usually took several
 years to cover a whole module. Example of code retrying

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


More information about the Python-checkins mailing list