This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, mark.dickinson
Date 2010-06-11.15:41:37
SpamBayes Score 0.2465797
Marked as misclassified No
Message-id <1276270899.91.0.734910039533.issue8973@psf.upfronthosting.co.za>
In-reply-to
Content
Two more bits:

1. "See struct.__doc__", while technically correct, is not user friendly.  If you copy struct.__doc__ to >>> prompt, you get an ugly repr of a multiline string.  I suggest s/struct.__doc__/help(struct)/.

2.  For some reason struct.Struct does not show up in help(struct).
History
Date User Action Args
2010-06-11 15:41:39belopolskysetrecipients: + belopolsky, mark.dickinson
2010-06-11 15:41:39belopolskysetmessageid: <1276270899.91.0.734910039533.issue8973@psf.upfronthosting.co.za>
2010-06-11 15:41:38belopolskylinkissue8973 messages
2010-06-11 15:41:38belopolskycreate