v2.11.6
·
1257 commits
to main
since this release
-
The Qt brain now correctly treats calling
.disconnect()
(with no
arguments) on a slot as valid. -
The argparse brain no longer incorrectly adds
"Namespace"
to the locals
of functions that return anargparse.Namespace
object.