summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ee0a5d7..862c8b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -468,7 +468,8 @@ C-API
Library
-------
-- Issue #6507: Accept source strings in dis.dis()
+- Issue #6507: Accept source strings in dis.dis(). Original patch by
+ Daniel Urban.
- Issue #7829: Clearly document that the dis module is exposing an
implementation detail that is not stable between Python VMs or releases.