Skip to content

Commit

Permalink
Python: fix DeprecationWarning: invalid escape sequence '\d'
Browse files Browse the repository at this point in the history
  with self.assertRaisesRegex(EOFError, "^requested \d+ bytes, but only \d+ bytes available$"):
  • Loading branch information
Mingun committed Sep 13, 2024
1 parent b42e637 commit a4ee06c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spec/python/test_eof_exception_bytes.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/python/test_eof_exception_u4.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/python/test_eos_exception_bytes.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/python/test_eos_exception_u4.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4ee06c

Please sign in to comment.