From e94434bf2b3e1cfd34028a7bbc804ec8a8ee3788 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 15 Dec 2014 13:06:58 -0500 Subject: Use listid instead of (fqdn) listname in the metadata pickle. load_external() now always opens in utf-8 mode. More test repair. --- src/mailman/core/docs/runner.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/core/docs') 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()) -- cgit v1.3.1