]> granicus.if.org Git - python/commit
#14508: make gprof2html script runnable under python3
authorR David Murray <rdmurray@bitdance.com>
Wed, 11 Apr 2012 19:17:37 +0000 (15:17 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 11 Apr 2012 19:17:37 +0000 (15:17 -0400)
commitea169801e14712b9685f369fd41940a11cefcbd0
tree031efe3b2e754106643b8f20e58eb1ec01422c3f
parent690598aba28c0b0fcc01888ccd0233df4bb7f95f
parent776c0df42bbcf7060c49954378bfd1185a20c050
#14508: make gprof2html script runnable under python3

Not that I haven't tested it to make sure it works, just that it
can run against an empty source file.

Initial patch by Popa.Claudiu.

Here we also add a test (which uses mock, which is why I didn't
check it in on 3.2).
Lib/test/test_tools.py