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 rhettinger
Recipients Santiago Blanco, docs@python, python-dev, remi.lapeyre, rhettinger
Date 2020-04-25.18:27:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The example is supposed to be a sketch of the overall pattern.  IMO, putting concrete and useless implementations of do_work() and source() make the example less intelligible.

Instead, we can add a note that the user needs to supply their own do_work() and source().
History
Date User Action Args
2020-04-25 18:27:08rhettingersetrecipients: + rhettinger, docs@python, python-dev, remi.lapeyre, Santiago Blanco
2020-04-25 18:27:08rhettingersetmessageid: <[email protected]>
2020-04-25 18:27:08rhettingerlinkissue40387 messages
2020-04-25 18:27:07rhettingercreate