Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11c4eaa

Browse files
csabellarhettinger
authored andcommitted
Remove recent from logging cookbook (GH-9636)
1 parent 81574b8 commit 11c4eaa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/howto/logging-cookbook.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -721,9 +721,8 @@ existing processes to perform this function.)
721721
includes a working socket receiver which can be used as a starting point for you
722722
to adapt in your own applications.
723723

724-
If you are using a recent version of Python which includes the
725-
:mod:`multiprocessing` module, you could write your own handler which uses the
726-
:class:`~multiprocessing.Lock` class from this module to serialize access to the
724+
You could also write your own handler which uses the :class:`~multiprocessing.Lock`
725+
class from the :mod:`multiprocessing` module to serialize access to the
727726
file from your processes. The existing :class:`FileHandler` and subclasses do
728727
not make use of :mod:`multiprocessing` at present, though they may do so in the
729728
future. Note that at present, the :mod:`multiprocessing` module does not provide

0 commit comments

Comments
 (0)