~rashi007/mailman/docsfix

« back to all changes in this revision

Viewing changes to src/mailman/model/docs/usermanager.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:
44
44
 
45
45
A user can be assigned a password.
46
46
 
47
 
    >>> user.password = b'secret'
 
47
    >>> user.password = 'secret'
48
48
    >>> dump_list(user.password for user in user_manager.users)
49
49
    secret
50
50