Ticket #5886 (closed defect: wontfix)
Deferred docs say that a "CancelledError" is returned but instead a "Deferred Cancelled" is returned
| Reported by: | ptwobrussell | Owned by: | dmachi |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Core | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Maybe this is a documentation error, maybe it's a coding error. I don't know. But I do know that the inline documentation for Deferred says that a CancelledError? will be returned if you call cancel() and in reality a "Deferred Cancelled" is returned. Easy fix either way, I suppose. See Deferred.js (as or r12491) for details.
Change History
Note: See
TracTickets for help on using
tickets.