~barry/mailman/lp1423756

« back to all changes in this revision

Viewing changes to src/mailman/handlers/docs/acknowledge.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:
113
113
    1
114
114
    >>> dump_msgdata(messages[0].msgdata)
115
115
    _parsemsg           : False
116
 
    listname            : test@example.com
 
116
    listid              : test.example.com
117
117
    nodecorate          : True
118
 
    recipients          : set([u'aperson@example.com'])
 
118
    recipients          : {'aperson@example.com'}
119
119
    reduced_list_headers: True
120
120
    ...
121
121
    >>> print(messages[0].msg.as_string())
150
150
    1
151
151
    >>> dump_msgdata(messages[0].msgdata)
152
152
    _parsemsg           : False
153
 
    listname            : test@example.com
 
153
    listid              : test.example.com
154
154
    nodecorate          : True
155
 
    recipients          : set([u'aperson@example.com'])
 
155
    recipients          : {'aperson@example.com'}
156
156
    reduced_list_headers: True
157
157
    ...
158
158
    >>> print(messages[0].msg.as_string())