default config has no md5 module?

Sebastian Bassi sbassi at clubdelarazon.org
Fri May 4 08:56:42 EDT 2007


On 5/4/07, Leo Jay <python.leojay at gmail.com> wrote:
> i want to compile a python by myself, but after configure and make, it
> seems that md5 is not built by default.
>
> what should i do to compile md5 as an module?

md5 module was deprecated, now it functions are in hashlib.
(see http://docs.python.org/lib/module-hashlib.html).
So you may not need to compile md5 module at all.


-- 
Sebastián Bassi (セバスティアン)
Diplomado en Ciencia y Tecnología.
GPG Fingerprint: 9470 0980 620D ABFC BE63 A4A4 A3DE C97D 8422 D43D
Club de la razón (www.clubdelarazon.org)


More information about the Python-list mailing list