<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 02/04/2014 01:41 AM, Georg Brandl
      wrote:<br>
    </div>
    <blockquote cite="mid:lcqchr$6mf$1@ger.gmane.org" type="cite">
      <pre wrap="">Clever, but due to the "hidden" space it also increases the frustration factor
for people trying to find out "why is this accepted as a signature and not this".

I don't think a well-chosen visible separator is worse off, such as "--\n".</pre>
    </blockquote>
    <br>
    I could live with that.  To be explicit: the signature would then be
    of the form<br>
    <blockquote><name-of-function(...)\n--\n<br>
    </blockquote>
    The scanning function would look for "<name-of-function>(" at
    the front.  If it found it it'd scan forwards in the docstring for
    ")\n--\n".  If it found *that*, then it would declare success.<br>
    <br>
    <br>
    <i>/arry</i><br>
  </body>
</html>