Ticket #8938 (closed enhancement: duplicate)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Replace Sha module with Hashlib

Reported by: Matt_Sable Assigned to: pkropf
Priority: normal Component: GraphvizPlugin
Severity: normal Keywords:
Cc: itamarost 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

patch_file.diff (0.8 kB) - added by Matthew_Sable on 06/30/11 22:13:03.
Patch

Change History

06/30/11 22:13:03 changed by Matthew_Sable

  • attachment patch_file.diff added.

Patch

10/28/11 04:41:18 changed by olaf.meeuwissen@avasys.jp

Looks like a duplicate of #5747

10/28/11 04:47:21 changed by rjollos

  • status changed from new to closed.
  • cc set to itamarost.
  • resolution set to duplicate.

Yeah, I agree #5747 is the better patch (unless someone has a better argument than itamarost in comment:9:ticket:5747).


Add/Change #8938 ([PATCH] Replace Sha module with Hashlib)




Change Properties
Action