From: "Fred L. Drake" <fdrake@acm.org> > The development version of the documentation has been updated: >> http://www.python.org/dev/doc/devel/ >> Add a lot of new information about the PyTypeObject structure to the > Python/C API Reference Manual. >There's something wrong with the index. Looking at http://www.python.org/dev/doc/devel/api/genindex.html#letter-o ob_size and ob_refcnt are listed as 'int member' (for example). OTOH, it's great to have this stuff in the manuals finally. Thomas