Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Nov 23, 2024
commit b9f3e4dba737e025bf75a9251f9079eb02ce7072
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Calling :meth:`add_argument_group` on an argument group, and calling :meth:`add_argument_group` or :meth:`add_mutually_exclusive_group` on a mutually exclusive group have been removed. This nesting was never supported, did not always work correctly, and existed in the API by accident through inheritance. This functionality has been deprecated since Python 3.11.