Ticket #4677 defect closed fixed
ITelnetTransport API documentation is incorrect for refusal case
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | conch | Keywords: | documentation |
| Cc: | Branch: | branches/telnet-transport-docs-4677-2 | |
| Author: | exarkun | Launchpad Bug: |
Description
The do and will methods claim that the Deferred will fire with False if the option is refused. In fact, in the only implementation, the do Deferred will fire with OptionRefused and the will Deferred will probably errback with an AssertionError because of #4231.
The docs should be updated to reflect the implementation (not the reverse, since people might actually have depended on the currently implemented behavior).
Change History
Note: See
TracTickets for help on using
tickets.
