Skip to content
New issue

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

Add raw string notation #275

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Add raw string notation #275

merged 1 commit into from
Dec 5, 2024

Conversation

bdpedigo
Copy link
Collaborator

@bdpedigo bdpedigo commented Dec 4, 2024

fixes a warning I keep getting in Python 3.12 upon import

SyntaxWarning: invalid escape sequence '\/'
response_re = re.search(".*\/(\d+)", str(response.content))

@bdpedigo bdpedigo merged commit c4c94fc into master Dec 5, 2024
16 checks passed
@bdpedigo bdpedigo deleted the raw-strings branch December 5, 2024 17:26
kebwi pushed a commit that referenced this pull request Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant