<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-text-html" lang="x-western"> On 04/28/2012 04:20 PM,
      Eric V. Smith wrote:
      <blockquote cite="mid:4F9C7B53.30602@trueblade.com" type="cite">
        <pre wrap="">But we generally use a namedtuple (or structseq) for things like
get_clock_info. For example, for sys.float_info there's no need for it
to be a tuple, and it can be extended in the future, yet it's a structseq.
</pre>
      </blockquote>
      <br>
      I'd prefer an object to a dict, but not a tuple / structseq.&nbsp;
      There's no need for the members to be iterable.<br>
      <br>
      <br>
      <i>/arry</i><br>
    </div>
  </body>
</html>