Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban
diff --git a/Misc/ACKS b/Misc/ACKS
index 7b1e8cb..4608843 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -797,6 +797,7 @@
 Eren Türkay
 Lionel Ulmer
 Roger Upole
+Daniel Urban
 Michael Urman
 Hector Urtubia
 Andi Vajda
diff --git a/Misc/NEWS b/Misc/NEWS
index 403c731..ee0a5d7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -468,6 +468,8 @@
 Library
 -------
 
+- Issue #6507: Accept source strings in dis.dis()
+
 - Issue #7829: Clearly document that the dis module is exposing an
   implementation detail that is not stable between Python VMs or releases.