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 Oct 5, 2024
1 parent e99c747 commit c99c848
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 c99c848

Please sign in to comment.