On 24.9.2015 11:02, Petr Viktorin wrote:
On 09/17/2015 05:35 PM, Petr Viktorin wrote:
Hello,
In Python 2, Exception has only two built-in subclasses: StandardError,
and StopIteration.
This makes StandardError pretty useless, and Python 3 removes it.

This patch replaces StandardError with Exception. It has no effect on
IPA code. However, it could theoretically affect external plugins (e.g.
if they do "except StandardError").

ping, anybody for review of this patch?

Works for me, ACK.

Pushed to master: 01da4a8de3ed8651cc95df6125751e1603dbd14e

--
Jan Cholasta

--
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to