-
Notifications
You must be signed in to change notification settings - Fork 94
# in raw triple quote string #194
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
Comments
Looks like this is related to #114 (comment) punctuation = R"""!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~""" Please reconsider this feature. |
This doesn't seem right even in regex mode. The syntax for regexp comments is |
|
At least with re.X |
Yes, you're right. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/python/cpython/blob/be287c319124b7eb59ef32b69cf837ae3e99acab/Lib/string.py#L31
this line
has a
#
symbol in ar"""
string, and the rest of the characters are highlighted as if it's a comment.The text was updated successfully, but these errors were encountered: