diff options
| author | Barry Warsaw | 2014-12-15 13:06:58 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-15 13:06:58 -0500 |
| commit | e94434bf2b3e1cfd34028a7bbc804ec8a8ee3788 (patch) | |
| tree | f2ad4f068538b458616ad8b1f0b9f6d46e781478 /src/mailman/core/docs | |
| parent | d0c53890bf0c8aa531d45958f0e25fdaccbdb133 (diff) | |
| download | mailman-e94434bf2b3e1cfd34028a7bbc804ec8a8ee3788.tar.gz mailman-e94434bf2b3e1cfd34028a7bbc804ec8a8ee3788.tar.zst mailman-e94434bf2b3e1cfd34028a7bbc804ec8a8ee3788.zip | |
Use listid instead of (fqdn) listname in the metadata pickle.
load_external() now always opens in utf-8 mode.
More test repair.
Diffstat (limited to 'src/mailman/core/docs')
| -rw-r--r-- | src/mailman/core/docs/runner.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/core/docs/runner.rst b/src/mailman/core/docs/runner.rst index e9fd21c57..865635310 100644 --- a/src/mailman/core/docs/runner.rst +++ b/src/mailman/core/docs/runner.rst @@ -55,7 +55,7 @@ on instance variables. ... A test message. ... """) >>> switchboard = config.switchboards['test'] - >>> filebase = switchboard.enqueue(msg, listname=mlist.fqdn_listname, + >>> filebase = switchboard.enqueue(msg, list_id=mlist.list_id, ... foo='yes', bar='no') >>> runner.run() >>> print(runner.msg.as_string()) |
