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 torsten
Recipients docs@python, torsten
Date 2012-01-19.21:56:12
SpamBayes Score 0.013083968
Marked as misclassified No
Message-id <1327010174.09.0.407534369688.issue13833@psf.upfronthosting.co.za>
In-reply-to
Content
While writing a C extension I wanted to create a namedtuple like object as os.statvfs and friends do.

I was unable to find a simple way to do this from C and was wondering how the posixmodule does it. It turned out that there is a PyStructSequence type for this.

It would be nice to have it documented. First draft for the documentation update attached.
History
Date User Action Args
2012-01-19 21:56:14torstensetrecipients: + torsten, docs@python
2012-01-19 21:56:14torstensetmessageid: <1327010174.09.0.407534369688.issue13833@psf.upfronthosting.co.za>
2012-01-19 21:56:13torstenlinkissue13833 messages
2012-01-19 21:56:13torstencreate