Skip to content

Commit 605a774

Browse files
committed
Backed out changeset 521232b05b97
1 parent c6dc124 commit 605a774

File tree

3 files changed

+243
-267
lines changed

3 files changed

+243
-267
lines changed

Grammar/Grammar

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ decorators: decorator+
2424
decorated: decorators (classdef | funcdef)
2525
funcdef: 'def' NAME parameters ['->' test] ':' suite
2626
parameters: '(' [typedargslist] ')'
27-
typedargslist: (tfpdef ['=' test] (',' tfpdef ['=' test])*
28-
[',' '/' (',' tfpdef ['=' test])*] [','
27+
typedargslist: (tfpdef ['=' test] (',' tfpdef ['=' test])* [','
2928
['*' [tfpdef] (',' tfpdef ['=' test])* [',' '**' tfpdef] | '**' tfpdef]]
3029
| '*' [tfpdef] (',' tfpdef ['=' test])* [',' '**' tfpdef] | '**' tfpdef)
3130
tfpdef: NAME [':' test]

0 commit comments

Comments
 (0)