]> granicus.if.org Git - python/commitdiff
Further refined section on logging to one file from multiple processes.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 17 Aug 2009 13:14:37 +0000 (13:14 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 17 Aug 2009 13:14:37 +0000 (13:14 +0000)
Doc/library/logging.rst

index 53ba9a93a93664a400bb9e6d5a2e5bb4894705bd..d458bfece3ceccae41ad6e0902f7d2ea11816778 100644 (file)
@@ -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: