summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-21 10:24:59 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-21 10:24:59 (GMT)
commit66e7363c10f5e83e4642c7c929f8f45bb660565b (patch)
treed00f004aa198b61e07e3a15af45190a389a1eeb2 /Misc
parent2778c999e39142b6e2f092028e0b05ef29bdb901 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 98f4a22..e608478 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.