[issue6635] Profiler doesn't print usage (indexError instead)

2009-09-13 Thread Matthias Klose
Matthias Klose added the comment: fixed in 2.6, 2.7, 3.1, 3.2 -- nosy: +doko resolution: -> fixed status: open -> closed versions: +Python 3.2 ___ Python tracker ___ ___

[issue6635] Profiler doesn't print usage (indexError instead)

2009-08-04 Thread Gabriel Genellina
Gabriel Genellina added the comment: The patch looks fine to me. -- nosy: +gagenellina ___ Python tracker ___ ___ Python-bugs-list mai

[issue6635] Profiler doesn't print usage (indexError instead)

2009-08-03 Thread Francesco Del Degan
New submission from Francesco Del Degan : $ python -m profile Usage: profile.py [-o output_file_path] [-s sort] scriptfile [arg] ... $ python -m profile -s calls Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 122, in _