Issue 791153: inconsistency with implementation(logging) (original) (raw)

Issue791153

Created on 2003-08-19 11:19 by quiver, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
liblogging.tex.diff quiver,2003-08-19 11:19
Messages (2)
msg44477 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2003-08-19 11:19
logging module's Handler object uses creaLock() to serialize access to an I/O mechanism, not getLock(). This is inconsistent with the implementation.
msg44478 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-09-01 22:52
Logged In: YES user_id=80475 Applied as: Doc/lib/liblogging.tex 1.13 and 1.12.8.1
History
Date User Action Args
2022-04-10 16:10:43 admin set github: 39088
2003-08-19 11:19:15 quiver create