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

Escape backslashes #466

Merged
merged 1 commit into from
Jun 15, 2022
Merged

Escape backslashes #466

merged 1 commit into from
Jun 15, 2022

Conversation

stephenfin
Copy link
Contributor

Resolve the following warnings seen when pyudev is used in more recent versions of Python.

.../pyudev/monitor.py:137: DeprecationWarning: invalid escape sequence
  \

Resolve the following warnings seen when pyudev is used in more recent
versions of Python.

  .../pyudev/monitor.py:137: DeprecationWarning: invalid escape sequence
    \

Signed-off-by: Stephen Finucane <stephen@that.guru>
@mulkieran mulkieran merged commit d7db7dc into pyudev:master Jun 15, 2022
@stephenfin stephenfin deleted the trivial branch June 15, 2022 14:50
@mulkieran mulkieran added this to Done in 2022 Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
2022
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants