~barry/mailman/lp1423756

« back to all changes in this revision

Viewing changes to src/mailman/mta/docs/authentication.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:
60
60
    >>> response = bulk.deliver(
61
61
    ...     mlist, msg, dict(recipients=['bperson@example.com']))
62
62
    >>> dump_msgdata(response)
63
 
    bperson@example.com: (571, 'Bad authentication')
 
63
    bperson@example.com: (571, b'Bad authentication')
64
64
 
65
65
    >>> config.pop('auth')
66
66