sphinxtext.py's _format_usage() is using _format_actions_usage() from argparse argparse.HelpFormatter, which is a private API that is gone from Python 3.14. This patch rewrites that part without the gone function if _format_actions_usage() doesn't exist, so the code is compatible with Python >= 3.14. Signed-off-by: Thomas Goirand <[email protected]> Change-Id: I0d18badf1fe03213cc4db9c5a2bebb1dddea9655
Team and repository tags
cliff -- Command Line Interface Formulation Framework
cliff is a framework for building command line programs. It uses entry points to provide subcommands, output formatters, and other extensions.
- Free software: Apache license
- Documentation: https://docs.openstack.org/cliff/latest/
- Source: https://opendev.org/openstack/cliff
- Bugs: https://storyboard.openstack.org/#!/project/openstack/cliff
- Contributors: https://github.com/openstack/cliff/graphs/contributors
Description
Languages
Python
99.6%
Shell
0.4%