Package: htic / 3.7.0-2

Metadata

Package Version Patches format
htic 3.7.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use raw strings for regexes.patch | (download)

htic/parser.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use raw strings for all regexes
  Python 3.12 adds a warning for invalid escape sequences (although
  they were deprecated since 3.6). Using raw strings in all regexes
  avoids it.