summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-02 12:06:18 (GMT)
committerGeorg Brandl <georg@python.org>2010-08-02 12:06:18 (GMT)
commitb1a97afadb5d6100613c19409882eba0be991b41 (patch)
treeb2b9ef9fba38d00884931ddaccb53ea028cf972e /Misc
parent9f8dc4441fa1f053a150abedd3dfb99f671a75b9 (diff)
downloadcpython-b1a97afadb5d6100613c19409882eba0be991b41.zip
cpython-b1a97afadb5d6100613c19409882eba0be991b41.tar.gz
cpython-b1a97afadb5d6100613c19409882eba0be991b41.tar.bz2
#9209 and #7781: fix two crashes in pstats interactive browser.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a0ef9cf..490284a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,12 @@ Extensions
Library
-------
+- Issue #7781: Fix restricting stats by entry counts in the pstats
+ interactive browser.
+
+- Issue #9209: Do not crash in the pstats interactive browser on invalid
+ regular expressions.
+
- Update collections.OrderedDict to match the implementation in Py2.7
(based on lists instead of weakly referenced Link objects).