DeprecationWarning in Pyrex 0.9.8.5 and Python 2.6
Francesc Alted <[email protected]> Tue, 2 Sep 2008 14:39:42 +0200
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
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