From: Vinay Sajip Date: Mon, 17 Aug 2009 13:14:37 +0000 (+0000) Subject: Further refined section on logging to one file from multiple processes. X-Git-Tag: v2.7a1~651 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7f645c16fde1b34e108b6b16bf0e2d65dd282c;p=thirdparty%2FPython%2Fcpython.git Further refined section on logging to one file from multiple processes. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 53ba9a93a936..d458bfece3ce 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -1359,6 +1359,9 @@ If you are using a recent version of Python which includes the :class:`Lock` class from this module to serialize access to the file from your processes. The existing :class:`FileHandler` and subclasses do not make use of :mod:`multiprocessing` at present, though they may do so in the future. +Note that at present, the :mod:`multiprocessing` module does not provide +working lock functionality on all platforms (see +http://bugs.python.org/issue3770). .. _network-logging: