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
On Fedora 31, I see the following warnings when running the testsuite:
textile/core.py:47 .../textile-4.0.0/textile/core.py:47: DeprecationWarning: invalid escape sequence \d btag = ('bq', 'bc', 'notextile', 'pre', 'h[1-6]', 'fn\d+', 'p', '###') textile/core.py:353 .../textile-4.0.0/textile/core.py:353: DeprecationWarning: invalid escape sequence \* nm = re.match("^(?P<nextlistitem>[#\*;:]+)(_|[\d]+)?{0}" textile/core.py:844 .../textile-4.0.0/textile/core.py:844: DeprecationWarning: invalid escape sequence \] m = re.search('(?P<url>^.*\])(?P<tight>\[.*?)$', url, flags=re.U) textile/core.py:1262 .../textile-4.0.0/textile/core.py:1262: DeprecationWarning: invalid escape sequence \: text_re = re.compile('<p>notelist({0})(?:\:([\w|{1}]))?([\^!]?)(\+?)' textile/core.py:1263 .../textile-4.0.0/textile/core.py:1263: DeprecationWarning: invalid escape sequence \. '\.?[\s]*</p>'.format(cls_re_s, syms_re_s), re.U)
These should be easily fixable by using raw strings instead.
The text was updated successfully, but these errors were encountered:
4fcf8e7
No branches or pull requests
On Fedora 31, I see the following warnings when running the testsuite:
These should be easily fixable by using raw strings instead.
The text was updated successfully, but these errors were encountered: