PEP 475: replace "current" with "python 3.4"
This commit is contained in:
parent
94f881c777
commit
5a2c8d8d43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue