<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 23/07/15 16:06, Martin Babinsky
      wrote:<br>
    </div>
    <blockquote cite="mid:55B0F4D4.9050901@redhat.com" type="cite">This
      is a quick fix for <a class="moz-txt-link-freetext" href="https://fedorahosted.org/freeipa/ticket/5037">https://fedorahosted.org/freeipa/ticket/5037</a>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    NACK<br>
    <br>
    I do not like your change in first regexp too much.<br>
    <br>
    Can you try this instead?<br>
    <br>
    PermPat = re.compile(r'(\w+)\s*\(([^()]*)\)\s*(.*)', re.UNICODE)<br>
    <br>
    This just removes '(' and ') ' from pattern and accept all other
    characters.<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Martin Basti</pre>
  </body>
</html>