From: Nick Coghlan <ncoghlan@gmail.com>
Date: Sat, 3 Jul 2010 07:38:28 +0000 (+0000)
Subject: Issue 6507: missing patch submitter from NEWS entry in previous checkin
X-Git-Tag: v3.2a1~350
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2a89737c02f80cfaba93f57ab9819cc9065d1d3;p=python

Issue 6507: missing patch submitter from NEWS entry in previous checkin
---

diff --git a/Misc/NEWS b/Misc/NEWS
index ee0a5d735f..862c8b2460 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.