<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 06/14/2012 08:20 PM, Benjamin Peterson wrote:
    <blockquote
cite="mid:CAPZV6o8arTGCaK-ijUuqg8phgAm8j9RdBTP45bke3tDS_a9W9g@mail.gmail.com"
      type="cite">
      <pre wrap="">2012/6/14 Larry Hastings <a class="moz-txt-link-rfc2396E" href="mailto:larry@hastings.org">&lt;larry@hastings.org&gt;</a>:
</pre>
      <blockquote type="cite">
        <pre wrap="">Also, it's more granular than that.  For example, Python now understands
symbolic links on Windows--but only haphazardly at best.  The
"follow_symlinks" argument works on Windows for os.stat() but not for
os.chmod().
</pre>
      </blockquote>
      <pre wrap="">
Then indeed it's more granular than a parameter being "implemented" or
not. A parameter may have a more restricted or extended meaning on
different operating systems. (sendfile() on files for example).
</pre>
    </blockquote>
    <br>
    If you can suggest a representation that can convey this sort of
    subtle complexity without being miserable to use, I for one would be
    very interested to see it.  I suggest that "is_implemented" solves a
    legitimate problem in a reasonable way; I wasn't attempting to be
    all things to all use cases.<br>
    <br>
    <br>
    <i>/arry</i><br>
  </body>
</html>