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.

Author meador.inge
Recipients eric.smith, mark.dickinson, meador.inge, sgk284
Date 2010-04-11.01:41:15
SpamBayes Score 5.011988e-05
Marked as misclassified No
Message-id <1270950080.47.0.774885884166.issue7355@psf.upfronthosting.co.za>
In-reply-to
Content
> would be to add enough padding so that the alignment of the struct 
> matches the largest alignment of any member of the struct. 

That might work.  I will have to think about it a bit.

> On the subject of documentation

Attached a doc patch which addresses Mark's two points plus the following:

(1) Organized things more clearly into sub-sections.
(2) Fixed up the "notes" column from the '__index__' change that
    was submitted last week.
(3) Added some examples.
History
Date User Action Args
2010-04-11 01:41:20meador.ingesetrecipients: + meador.inge, mark.dickinson, eric.smith, sgk284
2010-04-11 01:41:20meador.ingesetmessageid: <1270950080.47.0.774885884166.issue7355@psf.upfronthosting.co.za>
2010-04-11 01:41:19meador.ingelinkissue7355 messages
2010-04-11 01:41:18meador.ingecreate