hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
311 stars 60 forks source link

fixed some escapes in raw strings for python 3.7 compatibility #168

Closed henriasv closed 6 years ago

henriasv commented 6 years ago

Is seems like character escapes have gotten stricter in re for python 3.7. Unknown literals have become errors.