We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At least latest version oss2 raise this warnings, but I guess it might affect older ones
oss2
oss2/api.py:497: DeprecationWarning: invalid escape sequence \& oss2/utils.py:156: DeprecationWarning: invalid escape sequence \w
aliyun-oss-python-sdk/oss2/api.py
Line 502 in a03eafe
aliyun-oss-python-sdk/oss2/utils.py
Line 156 in a03eafe
Since Python 3.12 this kind of warning become SyntaxWarning, see: python/cpython#98401, which are not ignored by default as DeprecatedWarnings it would be nice if regexp/docstrings will wrap into the raw strings
SyntaxWarning
DeprecatedWarnings
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
At least latest version
oss2
raise this warnings, but I guess it might affect older onesaliyun-oss-python-sdk/oss2/api.py
Line 502 in a03eafe
aliyun-oss-python-sdk/oss2/utils.py
Line 156 in a03eafe
Since Python 3.12 this kind of warning become
SyntaxWarning
, see: python/cpython#98401, which are not ignored by default asDeprecatedWarnings
it would be nice if regexp/docstrings will wrap into the raw stringsThe text was updated successfully, but these errors were encountered: