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.

Author jack__d
Recipients docs@python, jack__d, kai.jmueller, vinay.sajip
Date 2021-07-14.18:39:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626287983.38.0.72497980657.issue44473@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2021-07-14 18:39:43jack__dsetrecipients: + jack__d, vinay.sajip, docs@python, kai.jmueller
2021-07-14 18:39:43jack__dsetmessageid: <1626287983.38.0.72497980657.issue44473@roundup.psfhosted.org>
2021-07-14 18:39:43jack__dlinkissue44473 messages
2021-07-14 18:39:43jack__dcreate