aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release
diff options
context:
space:
mode:
authorGravatar laurentlb <laurentlb@google.com>2017-05-04 15:06:14 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-05-04 17:01:00 +0200
commit52637bedbd0ca9157d39c012f027449d19d4e012 (patch)
tree6a890de83fb96ec960cb2928f1c3f23f516fa329 /scripts/release
parent19a3363786f8b46534d1c86bceba0a63fd0dbf36 (diff)
Add the flag --incompatible_keyword_only_syntax to forbid keyword-only syntax.
Keyword-only syntax is when a parameter happens after the `*` paramter, e.g. def foo(a, *, b): pass or: def foo(a, *b, c): pass The syntax is not compatible with Python 2 (it's supported only in Python 3), and breaking tooling based on Python2. RELNOTES: Keyword-only syntax in a function definition is deprecated (e.g. `def foo(a, *, b)` or `def foo(a, *b, c)`) and will be removed in the future. PiperOrigin-RevId: 155071704
Diffstat (limited to 'scripts/release')
0 files changed, 0 insertions, 0 deletions