diff options
author | Georg Brandl <georg@python.org> | 2014-10-28 21:58:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-28 21:58:30 (GMT) |
commit | 9808f7362292cb4cd19e979ace3c18e0fcb14879 (patch) | |
tree | c0135088ab7e0585e355b58f6c6e19a5bef013b3 /Doc/library/concurrent.futures.rst | |
parent | cf3e788da457de50d77ee02136a348370420304a (diff) | |
parent | ce64cedff49e6ccd32098485aecf466f863890b9 (diff) | |
download | cpython-9808f7362292cb4cd19e979ace3c18e0fcb14879.zip cpython-9808f7362292cb4cd19e979ace3c18e0fcb14879.tar.gz cpython-9808f7362292cb4cd19e979ace3c18e0fcb14879.tar.bz2 |
merge with 3.4
Diffstat (limited to 'Doc/library/concurrent.futures.rst')
-rw-r--r-- | Doc/library/concurrent.futures.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst index 2bebd4b..c177340 100644 --- a/Doc/library/concurrent.futures.rst +++ b/Doc/library/concurrent.futures.rst @@ -410,6 +410,8 @@ Module Functions Exception classes ----------------- +.. currentmodule:: concurrent.futures.process + .. exception:: BrokenProcessPool Derived from :exc:`RuntimeError`, this exception class is raised when |