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:
16151615 match : '''
16161616 (?x)
16171617 (?<!\\ .) \\ b(
1618- __import__ | abs | all | any | apply | ascii | bin | callable
1618+ __import__ | abs | all | any | ascii | bin | callable
16191619 | chr | compile | copyright | credits | delattr | dir | divmod
16201620 | enumerate | eval | exec | exit | filter | format | getattr
16211621 | 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.
25792579 <key >match </key >
25802580 <string >(?x)
25812581 (?< !\.) \b(
2582- __import__ | abs | all | any | apply | ascii | bin | callable
2582+ __import__ | abs | all | any | ascii | bin | callable
25832583 | chr | compile | copyright | credits | delattr | dir | divmod
25842584 | enumerate | eval | exec | exit | filter | format | getattr
25852585 | globals | hasattr | hash | help | hex | id | input
Original file line number Diff line number Diff line change @@ -1077,7 +1077,7 @@ repository:
10771077 match : |
10781078 (?x)
10791079 (?<!\.) \b(
1080- __import__ | abs | all | any | apply | ascii | bin | callable
1080+ __import__ | abs | all | any | ascii | bin | callable
10811081 | chr | compile | copyright | credits | delattr | dir | divmod
10821082 | enumerate | eval | exec | exit | filter | format | getattr
10831083 | globals | hasattr | hash | help | hex | id | input
Original file line number Diff line number Diff line change 11Error
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
33
44
55
2323long : source .python , variable .legacy .builtin .python
2424 : source .python
2525xrange : 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