docrep.py:24: DeprecationWarning: Flags not at the start of the expression '(?<!%)(%%)*%(?!%) ' (truncated)
\((?P<key>(?s).*?)\)# key enclosed in brackets""", re.VERBOSE)
Line 24 is:
substitution_pattern = re.compile(
r"""(?<!%)(%%)*%(?!%) # uneven number of %
\((?P<key>(?s).*?)\)# key enclosed in brackets""", re.VERBOSE)
I am reporting this deprecation warning:
Line 24 is: