plone / plone.supermodel

Provides XML import and export for schema interfaces based on zope.schema fields
5 stars 8 forks source link

DeprecationWarning on Python 3 #38

Closed ale-rt closed 4 years ago

ale-rt commented 4 years ago
.../src/plone.supermodel/plone/supermodel/utils.py:27: DeprecationWarning: invalid escape sequence \S
  noNS_re = re.compile('^{\S+}')