Project

General

Profile

Bug #519

Deprecation warnings in the apache log

Added by Antoine LUONG over 11 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
08/10/2012
Due date:
% Done:

100%

Resolution:
fixed

Description

Deprecation warnings in /var/log/httpd/error.log :

/usr/lib64/python2.6/site-packages/mod_python/importer.py:32: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
/usr/lib/python2.6/site-packages/prewikkapro/utils.py:8: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import os, socket, sha
/usr/lib64/python2.6/site-packages/mod_python/util.py:119: DeprecationWarning: object.__init__() takes no parameters
  str.__init__(self, value)

There are some references to deprecated modules sha and md5 modules in the Prewikka code, as well as in mod_python.

History

#1 Updated by Antoine LUONG over 11 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
  • Resolution set to fixed

Fixed in commit 8b9cc6bb11a9c1fcb336f6b8863a9e1d3e4a1875
(for the prewikka code)

#2 Updated by Jean-Charles ROGEZ over 10 years ago

  • Assignee set to Antoine LUONG
  • Target version set to 113

#3 Updated by Thomas ANDREJAK over 8 years ago

  • Status changed from Resolved to Closed
  • Target version changed from 113 to Prelude OSS 1.1.0

Also available in: Atom PDF