diff options
| author | Barry Warsaw | 2009-10-15 22:18:38 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-10-15 22:18:38 -0400 |
| commit | d0eff3c214b4940cb30ec1152fcabf0f34f49194 (patch) | |
| tree | 77f68adab3736cb722f53858dde3199240168751 /src/mailman/bin/docs | |
| parent | 37332636e899c023fb31384413578346086c7692 (diff) | |
| download | mailman-d0eff3c214b4940cb30ec1152fcabf0f34f49194.tar.gz mailman-d0eff3c214b4940cb30ec1152fcabf0f34f49194.tar.zst mailman-d0eff3c214b4940cb30ec1152fcabf0f34f49194.zip | |
When testing, the signal.pause() is a problem because the TestableMaster is
never killed with a signal. In the real-world, it is though. So put the
.pause() in a method that can be overridden by TestableMaster.
Diffstat (limited to 'src/mailman/bin/docs')
| -rw-r--r-- | src/mailman/bin/docs/master.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/bin/docs/master.txt b/src/mailman/bin/docs/master.txt index 2c396d8aa..f44b25214 100644 --- a/src/mailman/bin/docs/master.txt +++ b/src/mailman/bin/docs/master.txt @@ -9,7 +9,7 @@ just a wrapper around the real queue runner watcher script called master.py. >>> from mailman.testing.helpers import TestableMaster -Start the master in a subthread. +Start the master in a sub-thread. >>> master = TestableMaster() >>> master.start() |
