| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Remove calls of `add_argument_group()` where an existing argument group is passed as an argument, this is deprecated since Python 3.11.
Sorry, something went wrong.
Remove calls of `add_argument_group()` where an existing argument group is passed as an argument, this is deprecated since Python 3.11. PR-URL: #52913 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Remove calls of `add_argument_group()` where an existing argument group is passed as an argument, this is deprecated since Python 3.11. PR-URL: #52913 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Remove calls of `add_argument_group()` where an existing argument group is passed as an argument, this is deprecated since Python 3.11. PR-URL: nodejs#52913 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
| Back | FazBrowse Home | New Git URL |
I'm not sure what the purpose of these add_argument_group() calls are that pass in an existing argument group but they are deprecated and may be removed, see the Python documentation for notice.
Warning
Changed in version 3.11: Calling add_argument_group() on an
argument group is deprecated. This feature was never supported and
does not always work correctly. The function exists on the API by
accident through inheritance and will be removed in the future.