summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1999-12-02 05:35:22 +0000
committerbwarsaw1999-12-02 05:35:22 +0000
commit870c65ab0e0025c1477c809279b3c17a187d7f29 (patch)
treee111d9ee2f17009575539842eedb90fa25d4a1dd
parentf874570073972349d4a2e3555d488572d54669a8 (diff)
downloadmailman-870c65ab0e0025c1477c809279b3c17a187d7f29.tar.gz
mailman-870c65ab0e0025c1477c809279b3c17a187d7f29.tar.zst
mailman-870c65ab0e0025c1477c809279b3c17a187d7f29.zip
-rw-r--r--bin/withlist4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/withlist b/bin/withlist
index d84cdaaee..92ebcd3b0 100644
--- a/bin/withlist
+++ b/bin/withlist
@@ -35,6 +35,10 @@ Options:
(e.g. for read-only operations). You can always lock the file after
the fact by typing `m.Lock()'
+ Note that if you use this option, you should explicitly call
+ m.Unlock() before exiting, since the interpreter's clean up procedure
+ will not cause the lock to be deleted automatically.
+
--run [module.]callable
-r [module.]callable
This can be used to run a script with the opened MailList object.