Whining about "struct"

Brendan Simon (eTRIX) brendan.simon at etrix.com.au
Thu Oct 14 06:20:03 EDT 2010


 On 14/10/10 5:17 PM, python-list-request at python.org wrote:
> Subject:
> Whining about "struct"
> From:
> Tim Roberts <timr at probo.com>
> Date:
> Wed, 13 Oct 2010 21:30:38 -0700
>
> To:
> python-list at python.org
>
>
> I have a bad memory.  I admit it.  Because of that, the Python "help"
> system is invaluable to me.  Up through Python 2.5, I could get a quick
> reference to the format specifiers for the struct module via
>   import struct; help(struct)
>
> I used that a LOT.
>
> But in Python 2.6, the struct module moved from Python code to C code, and
> that helpful help string was removed.
>
> Is that still gone in Python 3.1?  What are the chances of reinstating that
> helpful chart?

It works ok for me on Mac OS X for both Python 2.6.5 (python.org) and
Python 2.6.1 (Apple) installations.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20101014/343b9bca/attachment-0001.html>


More information about the Python-list mailing list