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

showdoc: SyntaxWarning: invalid escape sequence with Python 3.12 #1396

Open
castorfou opened this issue Feb 8, 2024 · 0 comments
Open

showdoc: SyntaxWarning: invalid escape sequence with Python 3.12 #1396

castorfou opened this issue Feb 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@castorfou
Copy link

Provide a minimally reproducible example

run nbs/api/08_showdoc.ipynb with Python 3.12 kernel

some background

what I understand from https://stackoverflow.com/questions/77531208/python3-12-syntaxwarning-on-triplequoted-string-d-must-be-d is that with python 3.12, these messages have been promoted from DeprecationWarning to SyntaxWarning and are therefore not automatically filtered anymore.

image

This is not a bug but I guess something should be made about it?

@castorfou castorfou added the bug Something isn't working label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant