[Pyrex] DeprecationWarning in Pyrex 0.9.8.5 and Python 2.6

Francesc Alted falted at pytables.org
Tue Sep 2 14:39:42 CEST 2008


Hi Greg,

This is a minor issue, but you may want to fix it for a future release 
of Pyrex.  It seems that Python 2.6 has declared the md5 module 
obsolete:

$ pyrexc tables/utilsExtension.pyx --> tables/utilsExtension.c
/usr/local/lib/python2.6/site-packages/Pyrex/Compiler/Scanning.py:39: 
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5

Cheers,

-- 
Francesc Alted



More information about the Pyrex mailing list