davidhalter / davidhalter/parso
raw-format string will be recognized as an error
Open
bug
- Dominant language
- Python
- Stars
- 679
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
Code snippet:
``` python
im.convert('1').save(rf'script\temp\{ord(c)}.png')
^ SyntaxError: invalid syntax *jedi*
```
*`rf` - a convenient way of invoiding anomalous backslash in string, isn't it?*
Contributor guide
Assessment
This issue has not been assessed yet.