forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "f-string: " prefix from regular syntax errors
If a syntax error is not specific to the situation of an f-string (like empty expression etc.) then it probably doesn't worth the extra complexity for us to introduce codepaths in tokenizer in order to add an "f-string" prefix in front of the errors.
- Loading branch information
1 parent
081f5a2
commit 307f7d2
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters