Skip to content
New issue

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

Remove invalid escape sequences to get rid of Py3 DeprecationWarning #161

Merged
merged 1 commit into from
Jun 20, 2019

Conversation

HarrisonGregg
Copy link
Contributor

The backslashes seem unnecessary and they're causing deprecation warnings that look like:
pyasn1/type/constraint.py:130: DeprecationWarning: invalid escape sequence *

@codecov-io
Copy link

codecov-io commented Jun 20, 2019

Codecov Report

Merging #161 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #161   +/-   ##
=======================================
  Coverage   85.64%   85.64%           
=======================================
  Files          29       29           
  Lines        4076     4076           
=======================================
  Hits         3491     3491           
  Misses        585      585
Impacted Files Coverage Δ
pyasn1/type/namedval.py 75.28% <ø> (ø) ⬆️
pyasn1/type/constraint.py 89.72% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 25cf116...449adbb. Read the comment docs.

@etingof etingof merged commit b028644 into etingof:master Jun 20, 2019
@etingof
Copy link
Owner

etingof commented Jun 20, 2019

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants