commit | 4f3e69060dc9cc8f14ad9e172ada7120dc76445b | [log] [tgz] |
---|---|---|
author | Jonathan Corbet <corbet@lwn.net> | Fri Oct 30 09:35:39 2020 -0600 |
committer | Jonathan Corbet <corbet@lwn.net> | Tue Nov 03 08:22:00 2020 -0700 |
tree | 374a37192ab680c88be1d51acd9510b8c41efdbb | |
parent | e051955977b7e26124aa8c8398278145f85f94e8 [diff] |
docs: fix automarkup regression on Python 2 It turns out that the Python 2 re module lacks the ASCII flag, so don't try to use it there. Fixes: f66e47f98c1e ("docs: automarkup.py: Fix regexes to solve sphinx 3 warnings") Reported-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>