[Python-checkins] cpython (merge 3.4 -> default): #16716: remove deprecation warning

andrew.svetlov python-checkins at python.org
Tue Apr 1 01:08:57 CEST 2014


http://hg.python.org/cpython/rev/1c6c2ec8916a
changeset:   90085:1c6c2ec8916a
parent:      90083:f5dda52a4ccd
parent:      90084:7b219429c404
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Tue Apr 01 02:08:41 2014 +0300
summary:
  #16716: remove deprecation warning

files:
  Doc/library/select.rst |  4 ----
  1 files changed, 0 insertions(+), 4 deletions(-)


diff --git a/Doc/library/select.rst b/Doc/library/select.rst
--- a/Doc/library/select.rst
+++ b/Doc/library/select.rst
@@ -380,10 +380,6 @@
    that was never registered causes an :exc:`OSError` exception with errno
    :const:`ENOENT` to be raised.
 
-   .. deprecated:: 3.3
-
-      Instead of :exc:`IOError` the :exc:`OSError` exception is used now.
-
 
 .. method:: poll.unregister(fd)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list