Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Issue 3026030: Use hashlib module instead of md5 if it is present. (Closed)

Created:
10 years, 4 months ago by antonm
Modified:
9 years, 4 months ago
CC:
v8-dev, mnaganov (inactive)
Visibility:
Public.

Description

Use hashlib module instead of md5 if it is present. md5 module is deprecated since Python 2.5 and we'd better off using hashlib instead. Committed: http://code.google.com/p/v8/source/detail?r=5143

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M tools/presubmit.py View 2 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
antonm
Søren, may you have a look? I resort to md5 if hashlib is missing as ...
10 years, 4 months ago (2010-07-28 11:38:35 UTC) #1
Søren Thygesen Gjesse
10 years, 4 months ago (2010-07-28 12:20:16 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698