summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3637754..3f186a6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,8 @@ C-API
Library
-------
+- Issue #7395: Fix tracebacks in pstats interactive browser.
+
- Issue #1713: Fix os.path.ismount(), which returned true for symbolic links
across devices.