mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +08:00
Fix a small todo.
This commit is contained in:
@@ -170,9 +170,8 @@ for t in _all_string_prefixes():
|
|||||||
triple_quoted.add(p)
|
triple_quoted.add(p)
|
||||||
|
|
||||||
|
|
||||||
# TODO add with?
|
|
||||||
ALWAYS_BREAK_TOKENS = (';', 'import', 'class', 'def', 'try', 'except',
|
ALWAYS_BREAK_TOKENS = (';', 'import', 'class', 'def', 'try', 'except',
|
||||||
'finally', 'while', 'return')
|
'finally', 'while', 'with', 'return')
|
||||||
pseudo_token_compiled = _compile(PseudoToken)
|
pseudo_token_compiled = _compile(PseudoToken)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user