File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1615,7 +1615,7 @@ repository:
1615
1615
match : '''
1616
1616
(?x)
1617
1617
(?<!\\ .) \\ b(
1618
- __import__ | abs | all | any | apply | ascii | bin | callable
1618
+ __import__ | abs | all | any | ascii | bin | callable
1619
1619
| chr | compile | copyright | credits | delattr | dir | divmod
1620
1620
| enumerate | eval | exec | exit | filter | format | getattr
1621
1621
| globals | hasattr | hash | help | hex | id | input
Original file line number Diff line number Diff line change @@ -2579,7 +2579,7 @@ it's not tokenized as ellipsis.
2579
2579
<key >match </key >
2580
2580
<string >(?x)
2581
2581
(?< !\.) \b(
2582
- __import__ | abs | all | any | apply | ascii | bin | callable
2582
+ __import__ | abs | all | any | ascii | bin | callable
2583
2583
| chr | compile | copyright | credits | delattr | dir | divmod
2584
2584
| enumerate | eval | exec | exit | filter | format | getattr
2585
2585
| globals | hasattr | hash | help | hex | id | input
Original file line number Diff line number Diff line change @@ -1077,7 +1077,7 @@ repository:
1077
1077
match : |
1078
1078
(?x)
1079
1079
(?<!\.) \b(
1080
- __import__ | abs | all | any | apply | ascii | bin | callable
1080
+ __import__ | abs | all | any | ascii | bin | callable
1081
1081
| chr | compile | copyright | credits | delattr | dir | divmod
1082
1082
| enumerate | eval | exec | exit | filter | format | getattr
1083
1083
| globals | hasattr | hash | help | hex | id | input
Original file line number Diff line number Diff line change 1
1
Error
2
- file reduce intern raw_input unicode cmp basestring execfile long xrange
2
+ file reduce intern raw_input unicode cmp basestring execfile long xrange apply
3
3
4
4
5
5
23
23
long : source .python , variable .legacy .builtin .python
24
24
: source .python
25
25
xrange : source .python , variable .legacy .builtin .python
26
+ : source .python
27
+ apply : source .python
You can’t perform that action at this time.
0 commit comments