From: Raymond Hettinger Date: Thu, 4 Nov 2010 03:02:56 +0000 (+0000) Subject: Demote one warning to a note. There's no security risk here, just a note on usage... X-Git-Tag: v3.2a4~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd15191b9287fc32563c05d460e1ceaa2e60bb0e;p=python Demote one warning to a note. There's no security risk here, just a note on usage and avialability. --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 8fec5a3408..3908bcb09c 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -16,7 +16,7 @@ to this, the :mod:`multiprocessing` module allows the programmer to fully leverage multiple processors on a given machine. It runs on both Unix and Windows. -.. warning:: +.. note:: Some of this package's functionality requires a functioning shared semaphore implementation on the host operating system. Without one, the