~barry/mailman/lp1423756

« back to all changes in this revision

Viewing changes to src/mailman/commands/docs/help.rst

  • Committer: Barry Warsaw
  • Date: 2015-01-05 01:20:33 UTC
  • mfrom: (7264.4.66 py3)
  • Revision ID: barry@list.org-20150105012033-zdrw9c2odhpf22fz
Merge the Python 3 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    >>> from mailman.email.message import Message
26
26
    >>> print(help.process(mlist, Message(), {}, (), results))
27
27
    ContinueProcessing.yes
28
 
    >>> print(unicode(results))
 
28
    >>> print(results)
29
29
    The results of your email command are provided below.
30
30
    <BLANKLINE>
31
31
    confirm     - Confirm a subscription request.
44
44
    >>> results = Results()
45
45
    >>> print(help.process(mlist, Message(), {}, ('help',), results))
46
46
    ContinueProcessing.yes
47
 
    >>> print(unicode(results))
 
47
    >>> print(results)
48
48
    The results of your email command are provided below.
49
49
    <BLANKLINE>
50
50
    help [command]
51
51
    Get help about available email commands.
52
52
    <BLANKLINE>
53
 
    
 
53
 
54
54
Some commands have even more detailed help.
55
55
 
56
56
    >>> results = Results()
57
57
    >>> print(help.process(mlist, Message(), {}, ('join',), results))
58
58
    ContinueProcessing.yes
59
 
    >>> print(unicode(results))
 
59
    >>> print(results)
60
60
    The results of your email command are provided below.
61
61
    <BLANKLINE>
62
62
    join [digest=<no|mime|plain>]