aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui/util/user.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-10-26 07:44:59 +0000
committerMatěj Cepl <mcepl@cepl.eu>2017-10-26 07:44:59 +0000
commit6f03fbb005da75cd022e4a0d7eed1df1070b3974 (patch)
tree1fff52bd34beeaa66b13fbccd6beda183b641cab /libbe/ui/util/user.py
parent8866e4afc744789c75c8a2df46f9299b6d1a1ea6 (diff)
parentc2102e1b36a24c86447159302419328d9529f013 (diff)
downloadbugseverywhere-6f03fbb005da75cd022e4a0d7eed1df1070b3974.tar.gz
Merge branch '3679a345-f339-449f-9808-8ba0313440ca' into 'master'
Remove Arch support See merge request bugseverywhere/bugseverywhere!7
Diffstat (limited to 'libbe/ui/util/user.py')
-rw-r--r--libbe/ui/util/user.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/libbe/ui/util/user.py b/libbe/ui/util/user.py
index 8b0f3e0..5306593 100644
--- a/libbe/ui/util/user.py
+++ b/libbe/ui/util/user.py
@@ -18,9 +18,7 @@
"""Tools for getting, setting, creating, and parsing the user's ID.
-IDs will look like 'John Doe <jdoe@example.com>'. Note that the
-:py:mod:`libbe.storage.vcs.arch <Arch VCS backend>` *enforces* IDs with
-this format.
+IDs will look like 'John Doe <jdoe@example.com>'.
Do not confuse the user IDs discussed in this module, which refer to
humans, with the "user IDs" discussed in :py:mod:`libbe.util.id`, which