diff options
| author | Barry Warsaw | 2011-03-18 15:01:57 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-03-18 15:01:57 -0400 |
| commit | dee26f391da59c68a23f8fb960dff9ebd879e916 (patch) | |
| tree | 9ca545beecf73f7cdaeff7ffd065ccb4dafd72ee /src/mailman/commands/docs | |
| parent | ef3a4a87e2c0f4b640e31afc4828d2edbd005846 (diff) | |
| download | mailman-dee26f391da59c68a23f8fb960dff9ebd879e916.tar.gz mailman-dee26f391da59c68a23f8fb960dff9ebd879e916.tar.zst mailman-dee26f391da59c68a23f8fb960dff9ebd879e916.zip | |
* Give users a unique, random, immutable user id.
* Find users by user_id via the user manager.
* Extend the repr of users to include the user id.
Diffstat (limited to 'src/mailman/commands/docs')
| -rw-r--r-- | src/mailman/commands/docs/membership.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/commands/docs/membership.txt b/src/mailman/commands/docs/membership.txt index 0da7ffadf..851f01514 100644 --- a/src/mailman/commands/docs/membership.txt +++ b/src/mailman/commands/docs/membership.txt @@ -185,7 +185,7 @@ Joining a second list Anne of course, is still registered. >>> print user_manager.get_user('anne@example.com') - <User "Anne Person" at ...> + <User "Anne Person" (...) at ...> But she is not a member of the mailing list. @@ -363,7 +363,7 @@ a user of the system. Now Bart is a user... >>> print user_manager.get_user('bart@example.com') - <User "Bart Person" at ...> + <User "Bart Person" (...) at ...> ...and a member of the mailing list. |
