In the "Creating and discovering plugins" guide, all links to documentation for pkgutil.iter_modules link the Python 2 version of the documentation instead of the Python 3 version.
To my understanding, these links should point to the latest Python 3 documentation since Python 2 reached EOL in 2020.
In the "Creating and discovering plugins" guide, all links to documentation for
pkgutil.iter_moduleslink the Python 2 version of the documentation instead of the Python 3 version.To my understanding, these links should point to the latest Python 3 documentation since Python 2 reached EOL in 2020.