]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Edits, and add markup
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 30 Sep 2008 12:31:07 +0000 (12:31 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 30 Sep 2008 12:31:07 +0000 (12:31 +0000)
Doc/library/multiprocessing.rst

index a005dc40119584603dd5b2c760d0372a79ca9323..c5901fa57aa99fa33dec5d6a151e220224a5945f 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~