Pylons / deform

A Python HTML form library.
Other
417 stars 161 forks source link

Fix deprecation warnings #447

Closed stevepiercy closed 4 years ago

stevepiercy commented 4 years ago

Fix incomplete character escaping

deform/field.py:350: DeprecationWarning: invalid escape sequence \w
deform/field.py:351: DeprecationWarning: invalid escape sequence \s

(cherry picked from commit 0efc28457d1b420a020387ec280288aee37d16e5)