~barry/mailman/lp1423756

« back to all changes in this revision

Viewing changes to src/mailman/commands/docs/membership.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:
45
45
    >>> from mailman.email.message import Message
46
46
    >>> print(join.process(mlist, Message(), {}, (), results))
47
47
    ContinueProcessing.no
48
 
    >>> print(unicode(results))
 
48
    >>> print(results)
49
49
    The results of your email command are provided below.
50
50
    <BLANKLINE>
51
51
    join: No valid address found to subscribe
60
60
    >>> results = Results()
61
61
    >>> print(subscribe.process(mlist, Message(), {}, (), results))
62
62
    ContinueProcessing.no
63
 
    >>> print(unicode(results))
 
63
    >>> print(results)
64
64
    The results of your email command are provided below.
65
65
    <BLANKLINE>
66
66
    subscribe: No valid address found to subscribe
79
79
    >>> results = Results()
80
80
    >>> print(join.process(mlist, msg, {}, (), results))
81
81
    ContinueProcessing.yes
82
 
    >>> print(unicode(results))
 
82
    >>> print(results)
83
83
    The results of your email command are provided below.
84
84
    <BLANKLINE>
85
85
    Confirmation email sent to Anne Person <anne@example.com>
150
150
    >>> results = Results()
151
151
    >>> print(confirm.process(mlist, msg, {}, (token,), results))
152
152
    ContinueProcessing.yes
153
 
    >>> print(unicode(results))
 
153
    >>> print(results)
154
154
    The results of your email command are provided below.
155
155
    <BLANKLINE>
156
156
    Confirmed
208
208
    >>> results = Results()
209
209
    >>> print(confirm.process(mlist_2, msg, {}, (token,), results))
210
210
    ContinueProcessing.yes
211
 
    >>> print(unicode(results))
 
211
    >>> print(results)
212
212
    The results of your email command are provided below.
213
213
    <BLANKLINE>
214
214
    Confirmed
241
241
    >>> results = Results()
242
242
    >>> print(leave.process(mlist_2, msg, {}, (), results))
243
243
    ContinueProcessing.yes
244
 
    >>> print(unicode(results))
 
244
    >>> print(results)
245
245
    The results of your email command are provided below.
246
246
    <BLANKLINE>
247
247
    Anne Person <anne@example.com> left baker@example.com
278
278
    >>> print(leave.process(mlist, msg, {}, (), results))
279
279
    ContinueProcessing.no
280
280
 
281
 
    >>> print(unicode(results))
 
281
    >>> print(results)
282
282
    The results of your email command are provided below.
283
283
    <BLANKLINE>
284
284
    Invalid or unverified email address: anne.person@example.org
299
299
    >>> print(leave.process(mlist, msg, {}, (), results))
300
300
    ContinueProcessing.yes
301
301
 
302
 
    >>> print(unicode(results))
 
302
    >>> print(results)
303
303
    The results of your email command are provided below.
304
304
    <BLANKLINE>
305
305
    Anne Person <anne.person@example.org> left alpha@example.com
354
354
    >>> print(confirm.process(mlist, msg, {}, (token,), results))
355
355
    ContinueProcessing.yes
356
356
 
357
 
    >>> print(unicode(results))
 
357
    >>> print(results)
358
358
    The results of your email command are provided below.
359
359
    <BLANKLINE>
360
360
    Confirmed