Updates for Python 3.14rc1 (#14446)

This commit is contained in:
Sebastian Rittau
2025-07-24 16:30:00 +02:00
committed by GitHub
parent a1dc346ef6
commit 82edad066f
8 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ class HelpFormatter:
if sys.version_info >= (3, 14):
def __init__(
self, prog: str, indent_increment: int = 2, max_help_position: int = 24, width: int | None = None, color: bool = False
self, prog: str, indent_increment: int = 2, max_help_position: int = 24, width: int | None = None, color: bool = True
) -> None: ...
else:
def __init__(