Commit c75c3e03 authored by Raymond Hettinger's avatar Raymond Hettinger

SF patch #791153: inconsistency with implementation(logging)

(Contributed by George Yoshida.)
parent ec99b5fb
......@@ -366,7 +366,7 @@ method in subclasses needs to call \method{Handler.__init__()}.
\begin{methoddesc}{__init__}{level=\constant{NOTSET}}
Initializes the \class{Handler} instance by setting its level, setting
the list of filters to the empty list and creating a lock (using
\method{getLock()}) for serializing access to an I/O mechanism.
\method{createLock()}) for serializing access to an I/O mechanism.
\end{methoddesc}
\begin{methoddesc}{createLock}{}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment