[Freeipa-devel] [PATCH] Replace StandardError with Exception

Petr Viktorin pviktori at redhat.com
Thu Sep 24 09:02:22 UTC 2015


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?


-- 
Petr Viktorin




More information about the Freeipa-devel mailing list