On Tue, Feb 23, 2010 at 7:51 AM, daikon <[email protected]> wrote: > [dai...@daikon ~]$ mnemosyne > /usr/lib/python2.6/site-packages/mnemosyne/core/mnemosyne_core.py:8: > DeprecationWarning: the md5 module is deprecated; use hashlib instead > import random, time, os, string, sys, cPickle, md5, struct, logging, > re > /usr/lib/python2.6/site-packages/mnemosyne/core/mnemosyne_log.py:7: > DeprecationWarning: the sets module is deprecated > import os, logging, bz2, sets, traceback, time, urllib2 > > > That's what I get starting mnemosyne from the command line. Anything > there I should worry about? > > Thanks > Matt > >
It's never been an issue for me. Languages are deprecating stuff all the time; it's just a hint to the developers that they will want to update stuff before it gets completely removed. -- gwern -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" 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/mnemosyne-proj-users?hl=en.
