summaryrefslogtreecommitdiff
path: root/slixmpp/thirdparty/mini_dateutil.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2020-04-04 18:53:15 +0200
committermathieui <mathieui@mathieui.net>2020-04-04 18:53:15 +0200
commit9126bd83921a3c2857f6f99ecc12e70bc755393c (patch)
treed213ddc6f03672f26d6a8323a768f483778199bc /slixmpp/thirdparty/mini_dateutil.py
parent02202f7cd8a5a3f811390796780143126fb09744 (diff)
parent5fc757f2005c0b265dd61270bda4ea216b350aca (diff)
downloadslixmpp-9126bd83921a3c2857f6f99ecc12e70bc755393c.tar.gz
slixmpp-9126bd83921a3c2857f6f99ecc12e70bc755393c.tar.bz2
slixmpp-9126bd83921a3c2857f6f99ecc12e70bc755393c.tar.xz
slixmpp-9126bd83921a3c2857f6f99ecc12e70bc755393c.zip
Merge branch 'fix-deprecations' into 'master'
Fix deprecation warning regarding invalid escape sequences. See merge request poezio/slixmpp!40
Diffstat (limited to 'slixmpp/thirdparty/mini_dateutil.py')
-rw-r--r--slixmpp/thirdparty/mini_dateutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/thirdparty/mini_dateutil.py b/slixmpp/thirdparty/mini_dateutil.py
index e751a448..882a531f 100644
--- a/slixmpp/thirdparty/mini_dateutil.py
+++ b/slixmpp/thirdparty/mini_dateutil.py
@@ -160,7 +160,7 @@ except:
return _fixed_offset_tzs[offsetmins]
- _iso8601_parser = re.compile("""
+ _iso8601_parser = re.compile(r"""
^
(?P<year> [0-9]{4})?(?P<ymdsep>-?)?
(?P<month>[0-9]{2})?(?P=ymdsep)?