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 syeberman
Recipients docs@python, syeberman
Date 2013-09-15.11:57:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379246270.23.0.998338553474.issue19023@psf.upfronthosting.co.za>
In-reply-to
Content
In the ctypes documentation, there's mention of a BigEndianUnion/LittleEndianUnion that isn't actually implemented, and the "Arrays and pointers" section just reads "Not yet written".

The attached patch adds the (Big|Little)EndianUnion classes (with tests), finishes the Array/_Pointer class docs (and adds missing cases to the tests), and makes some stylistic improvements to docs.

The patch was made against default, but it's quite likely it could be back-ported all the way to Python 3.1.
History
Date User Action Args
2013-09-15 11:57:50syebermansetrecipients: + syeberman, docs@python
2013-09-15 11:57:50syebermansetmessageid: <1379246270.23.0.998338553474.issue19023@psf.upfronthosting.co.za>
2013-09-15 11:57:50syebermanlinkissue19023 messages
2013-09-15 11:57:49syebermancreate