[Python-checkins] cpython (merge 3.4 -> default): Issue #22006: Merge from 3.4.

mark.dickinson python-checkins at python.org
Sat Jul 19 22:46:11 CEST 2014


http://hg.python.org/cpython/rev/3b6b905ae229
changeset:   91730:3b6b905ae229
parent:      91727:f83adc06f486
parent:      91729:855ff9182a07
user:        Mark Dickinson <dickinsm at gmail.com>
date:        Sat Jul 19 21:45:24 2014 +0100
summary:
  Issue #22006: Merge from 3.4.

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


diff --git a/Doc/library/_thread.rst b/Doc/library/_thread.rst
--- a/Doc/library/_thread.rst
+++ b/Doc/library/_thread.rst
@@ -176,10 +176,6 @@
 * Calling :func:`sys.exit` or raising the :exc:`SystemExit` exception is
   equivalent to calling :func:`_thread.exit`.
 
-* Not all built-in functions that may block waiting for I/O allow other threads
-  to run.  (The most popular ones (:func:`time.sleep`, :meth:`io.FileIO.read`,
-  :func:`select.select`) work as expected.)
-
 * It is not possible to interrupt the :meth:`acquire` method on a lock --- the
   :exc:`KeyboardInterrupt` exception will happen after the lock has been acquired.
 

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


More information about the Python-checkins mailing list