Deprecation warning for md5 and sha modules with Python 2.6
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Committed
|
Undecided
|
Bob Tanner | ||
Python-Crypto |
Fix Committed
|
Undecided
|
Bob Tanner | ||
subvertpy |
New
|
Undecided
|
Unassigned |
Bug Description
I'm running bzr 1.12 on Kubuntu Jaunty with Python 2.6.1. bzr is generating continuous error messages with deprecation warnings regarding the sha and md5 modules:
-------
/usr/lib/
import md5
/usr/lib/
from sha import *
-------
These occur continually during use, even when hitting <TAB> to autocomplete commands. This latter appearance has a very unpleasant effect on usability. :-(
These deprecation warnings are mentioned in bug 269535 but this is a different problem -- not a failure of bzr, but simply continual and annoying error messages about these deprecated modules.
Changed in pycrypto: | |
status: | New → Confirmed |
just to mention that the former message is generated by bzr-svn, and the latter is generated by python-crypto. Certainly something needs to be done (although perhaps the quick fix is disabiling bzr auto-completion?)
I'll try to mark the relevant other projects, as they may have already fixed things.