From 8a045cb93bded97220422a957941bb68341429d1 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 19 Dec 2012 13:45:30 +0200 Subject: Add versionchanged tag to faq (useless btw because changed text is commented out) --- Doc/faq/library.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst index 8043460..6a2682f 100644 --- a/Doc/faq/library.rst +++ b/Doc/faq/library.rst @@ -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 ======= -- cgit v0.12