Skip to content

Invalid escape sequences in docstrings #458

@ehossack

Description

@ehossack

When running the library with python 3.12, I see the following:

/usr/local/lib/python3.12/site-packages/b2sdk/file_version.py:219: SyntaxWarning: invalid escape sequence '\_'
"""
/usr/local/lib/python3.12/site-packages/b2sdk/raw_simulator.py:1162: SyntaxWarning: invalid escape sequence '\?'
'/b2api/v[0-9]+/b2_download_file_by_id\?fileId=(?P<file_id>[^/]+)',
usr/local/lib/python3.12/site-packages/b2sdk/v2/file_version.py:27: SyntaxWarning: invalid escape sequence '\_'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions