]> granicus.if.org Git - python/commitdiff
Also mention patch submitter's name in NEWS, not just in the commit message
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 28 Apr 2010 14:34:30 +0000 (14:34 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 28 Apr 2010 14:34:30 +0000 (14:34 +0000)
Misc/NEWS

index 30992e57c1d7f7036d7ca4a07922d7f622736182..9fe0fcab57477ebe2f18acaf15220f1ea61af7e6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,7 +29,8 @@ Library
 
 - Issue #7490: to facilitate sharing of doctests between 2.x and 3.x test
   suites, the IGNORE_EXCEPTION_DETAIL directive now also ignores the module
-  location of the raised exception.
+  location of the raised exception. Based on initial patch by Lennart
+  Regebro.
 
 - Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline
   before the certificate footer.  Patch by Kyle VanderBeek.