From 03731dd2d3aac0c9610c3b17d28f6821343fc8ed Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 13 Dec 2014 10:55:57 -0500 Subject: Port some of the commands. --- src/mailman/commands/docs/help.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mailman/commands/docs/help.rst') diff --git a/src/mailman/commands/docs/help.rst b/src/mailman/commands/docs/help.rst index 35ba87caa..5330a0b79 100644 --- a/src/mailman/commands/docs/help.rst +++ b/src/mailman/commands/docs/help.rst @@ -25,7 +25,7 @@ short description of each of them. >>> from mailman.email.message import Message >>> print(help.process(mlist, Message(), {}, (), results)) ContinueProcessing.yes - >>> print(results.decode('utf-8')) + >>> print(results) The results of your email command are provided below. confirm - Confirm a subscription request. @@ -44,7 +44,7 @@ With an argument, you can get more detailed help about a specific command. >>> results = Results() >>> print(help.process(mlist, Message(), {}, ('help',), results)) ContinueProcessing.yes - >>> print(results.decode('utf-8')) + >>> print(results) The results of your email command are provided below. help [command] @@ -56,7 +56,7 @@ Some commands have even more detailed help. >>> results = Results() >>> print(help.process(mlist, Message(), {}, ('join',), results)) ContinueProcessing.yes - >>> print(results.decode('utf-8')) + >>> print(results) The results of your email command are provided below. join [digest=] -- cgit v1.2.3-70-g09d2