mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Add versionchanged tag to faq (useless btw because changed text is commented out)
This commit is contained in:
parent
f23e3f7ad2
commit
8a045cb93b
1 changed files with 4 additions and 0 deletions
|
@ -224,6 +224,10 @@ using curses, but curses is a fairly large module to learn.
|
|||
and modify them for non-blocking mode. Since reading stdin when it is empty
|
||||
results in an :exc:`OSError`, this error is caught and ignored.
|
||||
|
||||
.. versionchanged:: 3.3
|
||||
*sys.stdin.read* used to raise :exc:`IOError`. Starting from Python 3.3
|
||||
:exc:`IOError` is alias for :exc:`OSError`.
|
||||
|
||||
|
||||
Threads
|
||||
=======
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue