[issue3201] struct.Struct size attribute undocumented

2008-06-25 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: It's documented in the 2.6/3.0 docs: http://docs.python.org/dev/library/struct.html#id1. -- nosy: +benjamin.peterson resolution: -> out of date status: open -> closed ___ Python tracker <[EMAIL

[issue3201] struct.Struct size attribute undocumented

2008-06-25 Thread Eric Vander Weele
New submission from Eric Vander Weele <[EMAIL PROTECTED]>: The .size attribute of struct.Struct is undocumented on http://docs.python.org/lib/struct-objects.html -- assignee: georg.brandl components: Documentation messages: 68743 nosy: ericvw, georg.brandl severity: normal status: open t