Ticket #7458 (closed defect: fixed)
[patch] The md5 module is deprecated in python, use hashlib instead
| Reported by: | mad | Owned by: | remy.blank@… |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.1 |
| Component: | general | Version: | 0.11-stable |
| Severity: | minor | Keywords: | patch |
| Cc: | mad@…, remy.blank@… |
Description
Hello,
the md5 module is deprecated, hashlib should be used instead. here is a simple patch against 0.11 to kill the warnings.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


