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-12.15:18:03
SpamBayes Score 0.28861696
Marked as misclassified No
Message-id <1276355885.38.0.0934862181781.issue8973@psf.upfronthosting.co.za>
In-reply-to
Content
calcsize() still does not have signature in docstring.

A nit: maybe follow calcsize() lead and say "format string fmt" rather than just "fmt".

One more __doc__ mention: in Struct docstring,


 |  __init__(...)
 |      x.__init__(...) initializes x; see x.__class__.__doc__ for signature

I think this is inherited, but quite confusing here because help(Struct) does not have signature.   Maybe just add signature to help(Struct).
History
Date User Action Args
2010-06-12 15:18:05belopolskysetrecipients: + belopolsky, mark.dickinson
2010-06-12 15:18:05belopolskysetmessageid: <1276355885.38.0.0934862181781.issue8973@psf.upfronthosting.co.za>
2010-06-12 15:18:03belopolskylinkissue8973 messages
2010-06-12 15:18:03belopolskycreate