modules for handling of hexadecimal data ?

John Hunter jdhunter at ace.bsd.uchicago.edu
Fri May 9 09:44:13 EDT 2003


>>>>> "mabuse" == mabuse  <olaf.sperlich at icn.siemens.de> writes:

    mabuse> hi folks !  are there any supporting python modules
    mabuse> avaiable which provide functions for handling of
    mabuse> hexadecimal data input and converting it to python
    mabuse> internal formats ?

Do you mean something like


  >>> m = int('0xf7777', 16)

or do you need something else?





More information about the Python-list mailing list