forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
3.9.0b1Needs to be fixed/implemented until the 3.9.0b1 releaseNeeds to be fixed/implemented until the 3.9.0b1 release
Description
Example input:
def foo():
'''
def bar():
pass
def baz():
'''quux'''
Expected output:
File "/Users/guido/v39/lib/python3.9/site-packages/pyflakes/test/t.py", line 8
def bar():
pass
def baz():
'''quux'''
^
SyntaxError: invalid string prefix
Actual (with new parser):
File "/Users/guido/v39/lib/python3.9/site-packages/pyflakes/test/t.py", line 8
^
Metadata
Metadata
Assignees
Labels
3.9.0b1Needs to be fixed/implemented until the 3.9.0b1 releaseNeeds to be fixed/implemented until the 3.9.0b1 release