diff options
author | Georg Brandl <georg@python.org> | 2008-01-21 10:24:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-21 10:24:59 (GMT) |
commit | 66e7363c10f5e83e4642c7c929f8f45bb660565b (patch) | |
tree | d00f004aa198b61e07e3a15af45190a389a1eeb2 /Misc | |
parent | 2778c999e39142b6e2f092028e0b05ef29bdb901 (diff) | |
download | cpython-66e7363c10f5e83e4642c7c929f8f45bb660565b.zip cpython-66e7363c10f5e83e4642c7c929f8f45bb660565b.tar.gz cpython-66e7363c10f5e83e4642c7c929f8f45bb660565b.tar.bz2 |
#1269: fix a bug in pstats.add_callers() and add a unit test file for pstats.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -369,6 +369,9 @@ Core and builtins Library ------- +- #1269: fix a bug in pstats.add_callers() and add a unit test file for + pstats. + - #1669: don't allow shutil.rmtree() to be called on a symlink to a directory. |