Modify ↓
Opened 14 years ago
Closed 14 years ago
#8938 closed enhancement (duplicate)
[PATCH] Replace Sha module with Hashlib
| Reported by: | Matt_Sable | Owned by: | Peter Kropf |
|---|---|---|---|
| Priority: | normal | Component: | GraphvizPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Itamar Oren | Trac Release: | 0.11 |
Description
In python 2.6 Sha is deprecated, and you get the warning
DeprecationWarning: the sha module is deprecated; use the hashlib module instead
This patch replaces Sha with hashlib.
Attachments (1)
Change History (3)
Changed 14 years ago by
| Attachment: | patch_file.diff added |
|---|
comment:2 Changed 14 years ago by
| Cc: | Itamar Oren added; anonymous removed |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Yeah, I agree #5747 is the better patch (unless someone has a better argument than itamarost in comment:9:ticket:5747).
Note: See
TracTickets for help on using
tickets.



Patch