This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: inconsistency with implementation(logging)
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: quiver, rhettinger
Priority: normal Keywords: patch

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:43adminsetgithub: 39088
2003-08-19 11:19:15quivercreate