From: Andrew M. Kuchling Date: Tue, 30 Sep 2008 12:31:07 +0000 (+0000) Subject: Edits, and add markup X-Git-Tag: v2.6~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83b3910e61f07736f9147e0d87e011e0d34ed328;p=thirdparty%2FPython%2Fcpython.git Edits, and add markup --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index a005dc401195..c5901fa57aa9 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -20,11 +20,11 @@ Windows. .. warning:: - This package largely requires a functioning shared semaphore - implementation on the host operating system to function. Without one, the + Some of this package's functionality requires a functioning shared semaphore + implementation on the host operating system. Without one, the :mod:`multiprocessing.synchronize` module will be disabled, and attempts to - import it will result in an ImportError. See - http://bugs.python.org/issue3770 for additional information. + import it will result in an :exc:`ImportError`. See + :issue:`3770` for additional information. The :class:`Process` class ~~~~~~~~~~~~~~~~~~~~~~~~~~