deprecation warning
Jürgen Gmach <[email protected]> Fri, 19 Mar 2021 09:15:37 +0000
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <AM9P191MB1256D35C58E1E06899015886F4689@AM9P191MB1256.EURP191.PROD.OUTLOOK.COM> |
Hi,
just updated to the latest reportalb version and now I get the following deprecation warning on Python 3.8
reportlab-3.5.65-py3.8-linux-x86_64.egg/reportlab/platypus/paraparser.py:54: DeprecationWarning: invalid escape sequence \s
_re_unit = re.compile('^\s*(.*)(i|in|cm|mm|pt|pica)\s*$'),
Thanks for all your effort!