Python 3.7 has apparently removed re._pattern_type; this breaks the basic example: from precise_bbcode.bbcode import get_parser parser = get_parser()
Python 3.7 has apparently removed re._pattern_type; this breaks the basic example:
from precise_bbcode.bbcode import get_parser
parser = get_parser()