mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
SF patch #791153: inconsistency with implementation(logging)
(Contributed by George Yoshida.)
This commit is contained in:
parent
ec99b5fbfa
commit
c75c3e0392
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ method in subclasses needs to call \method{Handler.__init__()}.
|
||||||
\begin{methoddesc}{__init__}{level=\constant{NOTSET}}
|
\begin{methoddesc}{__init__}{level=\constant{NOTSET}}
|
||||||
Initializes the \class{Handler} instance by setting its level, setting
|
Initializes the \class{Handler} instance by setting its level, setting
|
||||||
the list of filters to the empty list and creating a lock (using
|
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}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}{createLock}{}
|
\begin{methoddesc}{createLock}{}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue