[Python-Dev] Is PEP 237 final -- Unifying Long Integers and Integers

Josiah Carlson jcarlson at uci.edu
Sun Jun 19 10:07:57 CEST 2005


Keith Dart <kdart at kdart.com> wrote:

> Therefore, I would like to ask here if anyone has already started
> something like this? If not, I will go ahead and do it (if I have time).

If all you need to do is read or write C-like types to or from memory,
you should spend some time looking through the 'struct' module if you
haven't already.

 - Josiah



More information about the Python-Dev mailing list