PEP 475: replace "current" with "python 3.4"

This commit is contained in:
Victor Stinner 2014-10-28 22:13:38 +01:00
parent 94f881c777
commit 5a2c8d8d43
1 changed files with 3 additions and 3 deletions

View File

@ -59,10 +59,10 @@ check for error, and usually duplicate the code checking for errors.
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