mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #25523: Further a-to-an corrections new in 3.5
This commit is contained in:
parent
2eb819f7a8
commit
d2ad5718ad
8 changed files with 10 additions and 10 deletions
|
@ -465,7 +465,7 @@ not make an additional system call::
|
|||
PEP 475: Retry system calls failing with EINTR
|
||||
----------------------------------------------
|
||||
|
||||
A :py:data:`errno.EINTR` error code is returned whenever a system call, that
|
||||
An :py:data:`errno.EINTR` error code is returned whenever a system call, that
|
||||
is waiting for I/O, is interrupted by a signal. Previously, Python would
|
||||
raise :exc:`InterruptedError` in such case. This meant that, when writing a
|
||||
Python application, the developer had two choices:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue