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 Apr 15, 2024
1 parent 5a8c7e6 commit 1acd425
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 1acd425

Please # to comment.