Minor Commits Regex

Published: 2018-07-04
To avoid deprecation warnings (when Python3.7 is used) some *.conf and *.py files have been edited.
In module re '(?u)' is the default, so this is removed; (?su) becomes (?s), and (?msu) is now (?ms).
The new files can be found here: https://github.com/asciidoc3/asciidoc3

links