commit | 8284bd6a63fefcbb960068d92ea892f91431a6dc | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Sat Nov 20 17:09:14 2010 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Sat Nov 20 17:09:14 2010 +0000 |
tree | 11267aa64141fd9bf6f8f22545e6ed4ea0c8066f | |
parent | d2e4a17036da7c84afb04748f011456a3ba80ded [diff] |
Merged revisions 86580 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86580 | senthil.kumaran | 2010-11-21 01:02:50 +0800 (Sun, 21 Nov 2010) | 3 lines Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) and not CPU time. ........