Changes between and of Initial VersionVersion 2Ticket #6091
- Timestamp:
- 10/10/2012 09:10:37 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6091
- Property keywords review added
- Property owner changed from exarkun to itamar
- Property branch changed from to branches/remove-lookuprecord-6091
- Property branch_author changed from to exarkun
-
Ticket #6091 – description
initial v2 1 1 This method of the `IResolver` interface has no implementation in Twisted and has never had an implementation in Twisted. It is a documentation error. 2 3 I propose that this is acceptable without deprecation because: 4 5 * Twisted has never included an implementation of this method for applications to call. 6 * Twisted has never called this method on any object, either defined by Twisted or supplied by an application. 7 * It is redundant with `query`. 8 * Any application code which was implementing this method for some reason of its own will be unaffected by the removal of the method from the interface.
