r66696 - python/trunk/Doc/library/multiprocessing.rst
Author: andrew.kuchling Date: Tue Sep 30 14:31:07 2008 New Revision: 66696 Log: Edits, and add markup Modified: python/trunk/Doc/library/multiprocessing.rst Modified: python/trunk/Doc/library/multiprocessing.rst ============================================================================== --- python/trunk/Doc/library/multiprocessing.rst (original) +++ python/trunk/Doc/library/multiprocessing.rst Tue Sep 30 14:31:07 2008 @@ -20,11 +20,11 @@ .. 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~
participants (1)
-
andrew.kuchling