We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found these deprecation warnings in the Travis logs:
language_tags/tags.py:92 /home/travis/build/OnroerendErfgoed/language-tags/language_tags/tags.py:92: DeprecationWarning: invalid escape sequence \d """ tests/test_tags.py:67 /home/travis/build/OnroerendErfgoed/language-tags/tests/test_tags.py:67: DeprecationWarning: invalid escape sequence \d subtags = tags.search(re.compile('\d{4}')) tests/test_tags.py:102 /home/travis/build/OnroerendErfgoed/language-tags/tests/test_tags.py:102: DeprecationWarning: invalid escape sequence \d self.assertIsNotNone(re.compile('\d{4}\-\d{2}\-\d{2}').search(tags.date()))
The text was updated successfully, but these errors were encountered:
Fix deprecation warnings. Refs #84
f5af2ae
Simplify example. Refs #84
1f329e4
koenedaele
No branches or pull requests
Found these deprecation warnings in the Travis logs:
The text was updated successfully, but these errors were encountered: