Skip to content

v2.11.6

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 13 Jun 14:28
· 1212 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 an argparse.Namespace object.

    Refs pylint-dev/pylint#6895