Changes between Initial Version and Version 1 of Ticket #1852, comment 8


Ignore:
Timestamp:
2012-11-22T23:59:51Z (12 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1852, comment 8

    initial v1  
    11Replying to [comment:7 davidsarah]:
    2 > I'll see whether {{{reactor.getDelatedCalls}}} can be used to replace the use of internal attributes of {{{reactor}}} in {{{WaitForDelayedCalls}}}.
     2> I'll see whether {{{reactor.getDelayedCalls}}} can be used to replace the use of internal attributes of {{{reactor}}} in {{{WaitForDelayedCalls}}}.
    33
    44It can; in fact [http://twistedmatrix.com/trac/browser/tags/releases/twisted-10.2.0/twisted/internet/base.py#L725 its implementation] does exactly the right thing: