~barry/mailman/lp1423756

« back to all changes in this revision

Viewing changes to src/mailman/commands/docs/qfile.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:
47
47
    >>> command.process(FakeArgs)
48
48
    [----- start pickle -----]
49
49
    <----- start object 1 ----->
50
 
    From nobody ...
51
50
    From: aperson@example.com
52
51
    To: test@example.com
53
52
    Subject: Uh oh
55
54
    I borkeded Mailman.
56
55
    <BLANKLINE>
57
56
    <----- start object 2 ----->
58
 
    {   u'_parsemsg': False,
59
 
        'bad': u'yes',
60
 
        'bar': u'baz',
61
 
        'foo': 7,
62
 
        u'version': 3}
 
57
    {'_parsemsg': False, 'bad': 'yes', 'bar': 'baz', 'foo': 7, 'version': 3}
63
58
    [----- end pickle -----]
64
59
 
65
60
Maybe we don't want to print the contents of the file though, in case we want