Use of hashlib Python 2.5 function
Bug #251849 reported by
yippi
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moovida |
Fix Released
|
Medium
|
Olivier Tilloy |
Bug Description
The elisa file plugins/
Related branches
Changed in elisa: | |
importance: | Undecided → Medium |
milestone: | none → 0.5.x |
status: | New → Confirmed |
Changed in elisa: | |
milestone: | 0.5.x → 0.5.13 |
status: | Confirmed → In Progress |
Changed in elisa: | |
status: | In Progress → Fix Committed |
Changed in elisa: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This can be easily fixed by falling back to using the md5 module (marked as deprecated in 2.5) if hashlib cannot be imported.