Ross Ridge wrote: > Ross Ridge <[EMAIL PROTECTED]> wrote: >> It's the same as the previous version except that it "precompiles" >> the struct.unpack() format string. =A0It works similar to the way Python >> handles regular expressions. > > George Sakkis <[EMAIL PROTECTED]> wrote: >> I didn't know about the Struct class; pretty neat. It's amazing that >> this version without Psyco is as fast Bob's version with Psyco! > > Unfortunately, it doesn't seem to documented in the Python 2.5 manual.
It seems to me that it's documented: http://docs.python.org/lib/struct-objects.html The struct module doc page (http://docs.python.org/lib/module-struct.html) provides links but no explicit mention of the Struct class in its text. -- http://mail.python.org/mailman/listinfo/python-list