Merged revisions 83523 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83523 | georg.brandl | 2010-08-02 14:06:18 +0200 (Mo, 02 Aug 2010) | 1 line

  #9209 and #7781: fix two crashes in pstats interactive browser.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 7b2fe21..47d37f1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,12 @@
 
 - Issue #9354: Provide getsockopt() in asyncore's file_wrapper.
 
+- 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.
+
 - Issue #7372: Fix pstats regression when stripping paths from profile
   data generated with the profile module.