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 mark.dickinson
Recipients facundobatista, mark.dickinson, rhettinger, skrah
Date 2010-05-22.22:21:38
SpamBayes Score 7.383388e-06
Marked as misclassified No
Message-id <1274566900.65.0.949378119349.issue8786@psf.upfronthosting.co.za>
In-reply-to
Content
Thinking ahead a bit:  at some point we might well also want functions to pack and unpack these IEEE formats into byte sequences, using the bit representations described in the standard.

A natural place for those functions would be as methods on a Context object;  perhaps IEEEContext should be a subclass of Context?  (OTOH, the struct module is another possible place for such functionality.)

I'll think about this.
History
Date User Action Args
2010-05-22 22:21:40mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, facundobatista, skrah
2010-05-22 22:21:40mark.dickinsonsetmessageid: <1274566900.65.0.949378119349.issue8786@psf.upfronthosting.co.za>
2010-05-22 22:21:39mark.dickinsonlinkissue8786 messages
2010-05-22 22:21:39mark.dickinsoncreate