Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
421beedb by lovetox at 2022-01-14T14:51:37+01:00
JID: Remove deprecation warning

This functionality is still desired

- - - - -


1 changed file:

- nbxmpp/protocol.py


Changes:

=====================================
nbxmpp/protocol.py
=====================================
@@ -671,7 +671,6 @@ class JID:
 
     def __eq__(self, other: Union[str, JID]) -> bool:
         if isinstance(other, str):
-            deprecation_warning('comparing string with JID is deprected')
             try:
                 return JID.from_string(other) == self
             except Exception:



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/421beedb2247536389087ae58d3127332fd3ad11

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/421beedb2247536389087ae58d3127332fd3ad11
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to