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 mark.dickinson
Recipients belopolsky, mark.dickinson
Date 2010-06-12.15:22:16
SpamBayes Score 0.0007316736
Marked as misclassified No
Message-id <1276356137.64.0.351123368404.issue8973@psf.upfronthosting.co.za>
In-reply-to
Content
r81947 fixes the missing struct.Struct entry in struct.help.  (pydoc was relying on the inspect module to correctly guess the module for struct.Struct, and inspect was getting it wrong.  Adding __all__ to the struct module saves inspect from having to guess.)
History
Date User Action Args
2010-06-12 15:22:17mark.dickinsonsetrecipients: + mark.dickinson, belopolsky
2010-06-12 15:22:17mark.dickinsonsetmessageid: <1276356137.64.0.351123368404.issue8973@psf.upfronthosting.co.za>
2010-06-12 15:22:16mark.dickinsonlinkissue8973 messages
2010-06-12 15:22:16mark.dickinsoncreate