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 vinay.sajip
Recipients docs@python, jack__d, kai.jmueller, miss-islington, vinay.sajip
Date 2021-07-15.11:28:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626348539.6.0.214864203321.issue44473@roundup.psfhosted.org>
In-reply-to
Content
> 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?

It merely states what happens to the return value. It doesn't say it has already been enqueued. If you look at the entire documentation for the class (rather than just individual sentences) I don't think the way the class works is unclear.
History
Date User Action Args
2021-07-15 11:28:59vinay.sajipsetrecipients: + vinay.sajip, docs@python, miss-islington, jack__d, kai.jmueller
2021-07-15 11:28:59vinay.sajipsetmessageid: <1626348539.6.0.214864203321.issue44473@roundup.psfhosted.org>
2021-07-15 11:28:59vinay.sajiplinkissue44473 messages
2021-07-15 11:28:59vinay.sajipcreate