struct module - '<q' equivalent for old python?

Martin v. Löwis loewis at informatik.hu-berlin.de
Sun Apr 28 13:39:27 EDT 2002


jaf <jaf at lcsaudio.com> writes:

> Does anyone know of a good alternative method I could use as a fallback
> in this case?  Some of the platforms I need to support don't have
> Python2.2 readily available, so I'd like to be able support older
> versions of Python, if possible.

Implement it yourself; it is just a few lines of bit twiddling.

Regards,
Martin



More information about the Python-list mailing list