[issue44473] logging.handlers.QueueHandler acts unexpected

Jack DeVries report at bugs.python.org
Wed Jul 14 14:39:43 EDT 2021


Jack DeVries <jdevries3133 at gmail.com> added the comment:

I have another question about the docstring in the source beneath logging.handlers.QueueHandler.prepare. It says:

> The object returned by this method is enqueued.

But, the prepare method doesn't do the enqueuing operation, it just prepares the record and returns it back, so it seems like this statement is not accurate?

----------
nosy: +jack__d

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44473>
_______________________________________


More information about the Python-bugs-list mailing list