carltongibson / django-template-partials

Reusable named inline partials for the Django Template Language.
MIT License
387 stars 15 forks source link

Is 'from re import U' still useful? #33

Closed cclauss closed 6 months ago

cclauss commented 6 months ago

https://docs.python.org/3/library/re.html#re.U

Was this a Python 2 thing or does it still have a purpose in Python 3?