~barry/mailman/lp1423756

« back to all changes in this revision

Viewing changes to src/mailman/handlers/docs/replybot.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:
49
49
 
50
50
    >>> dump_msgdata(messages[0].msgdata)
51
51
    _parsemsg           : False
52
 
    listname            : _xtest@example.com
 
52
    listid              : _xtest.example.com
53
53
    nodecorate          : True
54
 
    recipients          : set([u'aperson@example.com'])
 
54
    recipients          : {'aperson@example.com'}
55
55
    reduced_list_headers: True
56
56
    version             : 3
57
57
 
141
141
 
142
142
    >>> dump_msgdata(messages[0].msgdata)
143
143
    _parsemsg           : False
144
 
    listname            : _xtest@example.com
 
144
    listid              : _xtest.example.com
145
145
    nodecorate          : True
146
 
    recipients          : set([u'asystem@example.com'])
 
146
    recipients          : {'asystem@example.com'}
147
147
    reduced_list_headers: True
148
148
    version             : 3
149
149