summaryrefslogtreecommitdiff
path: root/Mailman/docs
diff options
context:
space:
mode:
authorbwarsaw2007-05-30 17:14:09 +0000
committerbwarsaw2007-05-30 17:14:09 +0000
commit8c1fa18658dc730b53ddbb4766549a4fe595e453 (patch)
treea941431f0da9ae41ab554cc34571774662e1296c /Mailman/docs
parent1eba70e9d11c8bd6e6e6a6c3ab6ad489896950d5 (diff)
downloadmailman-8c1fa18658dc730b53ddbb4766549a4fe595e453.tar.gz
mailman-8c1fa18658dc730b53ddbb4766549a4fe595e453.tar.zst
mailman-8c1fa18658dc730b53ddbb4766549a4fe595e453.zip
Remove leftover reference to removed Mailman.database.tables.languages
module. Add in a temporary reference (with XXX comment) to Mailman.database.model.Language where necessary, although I will need to remove this eventually. Added clean up code to the mlist-rosters.txt doctest, otherwise it leaks the test mailing list.
Diffstat (limited to 'Mailman/docs')
-rw-r--r--Mailman/docs/mlist-rosters.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Mailman/docs/mlist-rosters.txt b/Mailman/docs/mlist-rosters.txt
index 490a07e0c..096ceb7d2 100644
--- a/Mailman/docs/mlist-rosters.txt
+++ b/Mailman/docs/mlist-rosters.txt
@@ -116,3 +116,12 @@ moderators.
... addresses.append(address.address)
>>> sorted(addresses)
['aperson@example.com', 'bperson@example.com', 'cperson@example.com']
+
+
+Clean up
+--------
+
+ >>> config.list_manager.delete(mlist)
+ >>> flush()
+ >>> [name for name in config.list_manager.names]
+ []