Skip to content

Commit

Permalink
python: Flip --incompatible_python_disable_py2 to true
Browse files Browse the repository at this point in the history
This changes the default to rejecting Python 2 values. For more
information, see #17293

Fixes #17293

RELNOTES[INC]: --incompatible_python_disable_py2 is flipped to true. See #17293 for details.

PiperOrigin-RevId: 507897246
Change-Id: I67cbadbb0f543d8153ad0355af22e48ead9083ef
  • Loading branch information
rickeylev authored and hvadehra committed Feb 14, 2023
1 parent 88ca8ca commit 73bb1d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public String getTypeDescription() {

@Option(
name = "incompatible_python_disable_py2",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.INPUT_STRICTNESS,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
Expand Down

0 comments on commit 73bb1d7

Please sign in to comment.