Commit 8a045cb9 authored by Andrew Svetlov's avatar Andrew Svetlov

Add versionchanged tag to faq (useless btw because changed text is commented out)

parent f23e3f7a
......@@ -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
=======
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment