On Sat, Aug 4, 2018 at 2:16 PM, Nicolas Iooss <nicolas.io...@m4x.org> wrote:
> On Sat, Aug 4, 2018 at 11:34 AM, Jason Zaman <ja...@perfinion.com> wrote:
>> On Sat, Aug 04, 2018 at 11:11:47AM +0200, Nicolas Iooss wrote:
>>> "except OSError, ImportError:" does not perform what it says: it is the
>>> Python 2 syntax of catching OSError exceptions as "ImportError" (like
>>> "except OSError, e:"), and this is indeed caught by Python3:
>>>
>>>       File "./python/semanage/seobject.py", line 143
>>>         except OSError, ImportError:
>>>                       ^
>>>     SyntaxError: invalid syntax
>>>
>>> The correct syntax consists in using parentheses.
>>>
>>> Signed-off-by: Nicolas Iooss <nicolas.io...@m4x.org>
>>
>> Acked-by: Jason Zaman <ja...@perfinion.com>
>
> Thanks. I will wait one business day before merging this (in order to
> let other developers the possibility to comment, even though this
> change is trivial).

I applied this patch.
Nicolas

_______________________________________________
Selinux mailing list
Selinux@tycho.nsa.gov
To unsubscribe, send email to selinux-le...@tycho.nsa.gov.
To get help, send an email containing "help" to selinux-requ...@tycho.nsa.gov.

Reply via email to