Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8973>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to