mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Merge 3.3
This commit is contained in:
commit
b1715ea435
1 changed files with 1 additions and 1 deletions
|
|
@ -522,7 +522,7 @@ depending on the system error code.
|
|||
.. exception:: InterruptedError
|
||||
|
||||
Raised when a system call is interrupted by an incoming signal.
|
||||
Corresponds to :c:data:`errno` ``EEINTR``.
|
||||
Corresponds to :c:data:`errno` ``EINTR``.
|
||||
|
||||
.. exception:: IsADirectoryError
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue