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

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

----------

_______________________________________
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