Of course, you are perfectly right. I didn't know about hotshot being an obsolete module (as the Python 2.6 doc was referring to it as a replacement for 'profile').
I always prefer to work with standard modules so let's say with cProfile/pstats. Cheers, Pierre Le 14 mars 2011 à 10:25, pmav99 <[email protected]> a écrit : > >> To avoid this issue, we could consider using hotshot only (hotshot is >> in the standard library and really free) instead of the couple >> cProfile/pstats but the API seems far from user-friendly, especially >> if we can't use pstats to handle the profiling data. > > Hi Pierre, > > according to the Python documentation the hotshot module is not > maintained in Python 2 and it is already removed from Python 3 (http:// > docs.python.org/py3k/library/profile.html). In the long run, wouldn't > it be better if spyder stayed with standard Library modules? > > with regards, > Panos -- You received this message because you are subscribed to the Google Groups "spyder" 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/spyderlib?hl=en.
