[Python-checkins] r86150 - python/branches/py3k/Doc/library/multiprocessing.rst

raymond.hettinger python-checkins at python.org
Thu Nov 4 04:02:56 CET 2010


Author: raymond.hettinger
Date: Thu Nov  4 04:02:56 2010
New Revision: 86150

Log:
Demote one warning to a note.  There's no security risk here, just a note on usage and avialability.

Modified:
   python/branches/py3k/Doc/library/multiprocessing.rst

Modified: python/branches/py3k/Doc/library/multiprocessing.rst
==============================================================================
--- python/branches/py3k/Doc/library/multiprocessing.rst	(original)
+++ python/branches/py3k/Doc/library/multiprocessing.rst	Thu Nov  4 04:02:56 2010
@@ -16,7 +16,7 @@
 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


More information about the Python-checkins mailing list