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 is not documented
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, wdscxsj
Priority: normal Keywords:

Created on 2007-06-09 15:53 by wdscxsj, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg32293 - (view) Author: Yang Yang (wdscxsj) Date: 2007-06-09 15:53
In Python 2.5 documentation, a description for struct.Struct.size is missing, although this member has been quoted in descriptions for struct.Struct.pack, struct.Struct.unpack, and struct.Struct.unpack_from.
msg55215 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-08-23 21:21
Fixed in rev. 57352.
History
Date User Action Args
2022-04-11 14:56:24adminsetgithub: 45074
2007-08-23 21:21:49georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg55215
nosy: + georg.brandl
2007-06-09 15:53:32wdscxsjcreate