]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#1269: fix a bug in pstats.add_callers() and add a unit test file for pstats.
authorGeorg Brandl <georg@python.org>
Mon, 21 Jan 2008 10:24:59 +0000 (10:24 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 21 Jan 2008 10:24:59 +0000 (10:24 +0000)
commit66e7363c10f5e83e4642c7c929f8f45bb660565b
treed00f004aa198b61e07e3a15af45190a389a1eeb2
parent2778c999e39142b6e2f092028e0b05ef29bdb901
#1269: fix a bug in pstats.add_callers() and add a unit test file for pstats.
Lib/pstats.py
Lib/test/test_pstats.py [new file with mode: 0644]
Misc/NEWS