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

2015-09-30 Thread Jan Cholasta
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

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

2015-09-24 Thread Petr Viktorin
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