Skip to content

Move ignore case indication to flags passed to re

Petr Menšík requested to merge pemensik/bind9:bug/v9_16/python3.11 into v9_16

Recent python (3.11) does not make parsetab.py successfully, because some token regexp is starting with (?i) flag. Remove that flag from regex and pass it as extra flags parameter instead.

Edited by Mark Andrews

Merge request reports