#6555: Twisted produces deprecation warning about using md5 module in Python 2.6
----------------------+-----------------------------------------------------
Reporter: jason | Owner: boothby
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.1
Component: notebook | Keywords:
Reviewer: | Author:
Merged: |
----------------------+-----------------------------------------------------
When I start up the notebook in 4.1, I get:
{{{
sage: notebook()
The notebook files are stored in: /home/grout/.sage//sage_notebook
**************************************************
* *
* Open your web browser to http://localhost:8000 *
* *
**************************************************
/home/grout/sage/local/lib/python2.6/site-
packages/twisted/persisted/sob.py:12: DeprecationWarning: the md5 module
is deprecated; use hashlib instead
import os, md5, sys
}}}
It looks like this was fixed a while ago in twisted:
http://twistedmatrix.com/trac/ticket/2763
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6555>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---