PDA

View Full Version : md5/sha deprecation in python 2.5 impacts Spring Python


gregturn
Aug 19th, 2008, 09:55 AM
I opened http://jira.springframework.org/browse/SESPRINGPYTHONPY-56, to track handling the deprecation of md5 and sha. These modules are used in springpython.security.encoding to handle authentication by passwords.

Tony originally spotted this issue while trying to install nose into our CI environment.