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.

classification
Title: struct.Struct size attribute undocumented
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: benjamin.peterson, ericvw, georg.brandl
Priority: normal Keywords:

Created on 2008-06-25 19:18 by ericvw, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg68743 - (view) Author: Eric N. Vander Weele (ericvw) * Date: 2008-06-25 19:18
The .size attribute of struct.Struct is undocumented on
http://docs.python.org/lib/struct-objects.html
msg68754 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-06-25 20:07
It's documented in the 2.6/3.0 docs:
http://docs.python.org/dev/library/struct.html#id1.
History
Date User Action Args
2022-04-11 14:56:35adminsetgithub: 47451
2008-06-25 20:07:07benjamin.petersonsetstatus: open -> closed
nosy: + benjamin.peterson
resolution: out of date
messages: + msg68754
2008-06-25 19:18:47ericvwcreate