Opened 9 years ago
Closed 9 years ago
#6338 defect closed fixed (fixed)
IResolver docstrings contain broken references
Reported by: | Thijs Triemstra | Owned by: | Richard Wall |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | core | Keywords: | documentation |
Cc: | Thijs Triemstra | Branch: |
branches/iresolver-epydocs-6338
branch-diff, diff-cov, branch-cov, buildbot |
Author: | rwall |
Change History (5)
comment:1 Changed 9 years ago by
Status: | new → assigned |
---|
comment:2 Changed 9 years ago by
Author: | → rwall |
---|---|
Branch: | → branches/iresolver-epydocs-6338 |
(In [37308]) Branching to 'iresolver-epydocs-6338'
comment:3 Changed 9 years ago by
Keywords: | review added |
---|---|
Owner: | Richard Wall deleted |
Status: | assigned → new |
Ready for review in log:branches/iresolver-epydocs-6338
- Replaces all C{Deferred} references with L{Deferred} references.
- Here are the apidocs built from this branch: https://buildbot.twistedmatrix.com/builds/apidocs/apidocs-37309.tar.bz2
- And I started a build
comment:4 Changed 9 years ago by
Keywords: | review removed |
---|---|
Owner: | set to Richard Wall |
Looks good. Please merge.
comment:5 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Ah. OK. Those @rtype C{Deferred} references were already there. I just moved them from t.n.client.lookup* to t.i.i.IResolver.lookup*
Should be easy to fix though. I'll do it now.