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

Fix deprecation warnings due to invalid escape sequences. #289

Merged
merged 2 commits into from Oct 24, 2020

Conversation

tirkarthi
Copy link
Contributor

@tirkarthi tirkarthi commented Jun 10, 2020

Fixes #286

@tirkarthi tirkarthi changed the title Fix warnings in Python 3.8 Fix deprecation warnings due to invalid escape sequences. Jun 10, 2020
@tony
Copy link
Member

tony commented Aug 16, 2020

@tirkarthi Thank you for this!

Can you please rebase this? (CI should be working now!)

@tirkarthi
Copy link
Contributor Author

@tony Thanks, rebased.

@codecov
Copy link

codecov bot commented Aug 17, 2020

Codecov Report

Merging #289 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #289   +/-   ##
=======================================
  Coverage   86.89%   86.89%           
=======================================
  Files          16       16           
  Lines        1526     1526           
=======================================
  Hits         1326     1326           
  Misses        200      200           
Impacted Files Coverage Δ
libtmux/common.py 86.50% <ø> (ø)
libtmux/pane.py 82.60% <100.00%> (ø)

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 16d51b3...1444248. Read the comment docs.

@tony tony self-requested a review August 17, 2020 09:37
@tony tony merged commit 7f19397 into tmux-python:master Oct 24, 2020
@tony
Copy link
Member

tony commented Oct 25, 2020

@tirkarthi Published in v0.8.4

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.

Deprecation warning due to invalid escape sequences
2 participants