mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
python: Use a real parser for email addresses.
Now that we can assume Python 3.6+, we can use the email.headerregistry module to replace hacky manual email address parsing. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
8c2d478e6a
commit
b945aa3443
@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 133
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (195, 0)
|
||||
PROVISION_VERSION = (195, 1)
|
||||
|
||||
Reference in New Issue
Block a user