From fd15191b9287fc32563c05d460e1ceaa2e60bb0e Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 4 Nov 2010 03:02:56 +0000 Subject: [PATCH] Demote one warning to a note. There's no security risk here, just a note on usage and avialability. --- Doc/library/multiprocessing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1