Python 2.6 deprecation warnings

Bug #292306 reported by Ronald Blaschke
2
Affects Status Importance Assigned to Milestone
Bazaar Subversion Plugin
Fix Released
Undecided
Jelmer Vernooij

Bug Description

I'm getting the following deprecation warnings with <http://people.samba.org/bzr/jelmer/bzr-svn/0.4>, using Python 2.6.

svn\mapping3\__init__.py:29: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
svn\tree.py:26: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
svn\delta.py:18: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5

Related branches

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Fixed in the 0.4 branch.

Changed in bzr-svn:
assignee: nobody → jelmer
milestone: none → 0.4.14
status: New → Fix Committed
Jelmer Vernooij (jelmer)
Changed in bzr-svn:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.