Ticket #6071 defect new
t.i.task.react's docstring doesn't mention the reactor argument
| Reported by: | habnabit | Owned by: | reecer |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | documentation easy |
| Cc: | Branch: |
branches/react-reactor-arg-6071
(diff, github, buildbot, log) |
|
| Author: | reecer | Launchpad Bug: |
Description
The docstring for t.i.task.react says:
@param main: A callable which returns a L{Deferred}. It should take as
many arguments as there are elements in the list C{argv}.
But main is called as: finished = main(_reactor, *argv)
The docstring should be updated to reflect that main will be called with the reactor as an argument.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

