URL: https://github.com/freeipa/freeipa/pull/2392 Author: tiran Title: #2392: Py3: Remove subclassing from object Action: opened
PR body: """ Python 2 had old style and new style classes. Python 3 has only new style classes. There is no point to subclass from object any more.
See: https://pagure.io/freeipa/issue/7715 Signed-off-by: Christian Heimes cheimes@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2392/head:pr2392 git checkout pr2392
URL: https://github.com/freeipa/freeipa/pull/2392 Author: tiran Title: #2392: Py3: Remove subclassing from object Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2392/head:pr2392 git checkout pr2392
freeipa-devel@lists.fedorahosted.org