projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e56a6
)
There's no need for the tokenize tests to include a SyntaxError.
author
Jeremy Hylton
<jeremy@alum.mit.edu>
Fri, 13 Apr 2001 14:36:51 +0000
(14:36 +0000)
committer
Jeremy Hylton
<jeremy@alum.mit.edu>
Fri, 13 Apr 2001 14:36:51 +0000
(14:36 +0000)
Lib/test/tokenize_tests.py
patch
|
blob
|
history
diff --git
a/Lib/test/tokenize_tests.py
b/Lib/test/tokenize_tests.py
index 4974671f282a0aa84de8b1ea3b732b04a764896a..e990a36069bd4002e4a788ae98f7cd7a46704062 100644
(file)
--- a/
Lib/test/tokenize_tests.py
+++ b/
Lib/test/tokenize_tests.py
@@
-144,7
+144,7
@@
if 0:
# Operators
def d22(a, b, c=1, d=2): pass
-def d01v(a=1, *rest
, **rest
): pass
+def d01v(a=1, *rest
t, **restd
): pass
(x, y) <> ({'a':1}, {'b':2})