On 2003.05.06 20:10, Moshe Zadka wrote: > In short command-line scripts, it's often much easier to block, > especially if the script doesn't need to do any serving. def > makeBlocking(d): There are similar functions in twisted.trial.util (deferredResult, deferredFailure). Blocking tests are much easier to write. jml