xenserver / status-report

Program that gathers data for xenserver host diagnostics
GNU Lesser General Public License v2.1
1 stars 9 forks source link

Use hashlib.md5 and skip monkeypatching ZipFile for 3.7+ #19

Closed bernhardkaindl closed 10 months ago

bernhardkaindl commented 10 months ago

Two short and trivial updates for Python 3.x (to get these out of the way):

  1. Use hashlib.md5 (2.7 and py3) as md5_new()
  2. Skip monkey-patching ZipFile on py3.7+ (has the fix)