]> granicus.if.org Git - python/commitdiff
Use "Contributed by ..." style in whatsnew/3.7.rst (#339)
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 27 Feb 2017 14:43:27 +0000 (17:43 +0300)
committerGitHub <noreply@github.com>
Mon, 27 Feb 2017 14:43:27 +0000 (17:43 +0300)
Doc/whatsnew/3.7.rst

index 35eea84e0a6c19c59f2b3ae082b32ab5e14b4d58..6c071adb96fe4840432926bcd3366d77d52db982 100644 (file)
@@ -84,7 +84,8 @@ Other Language Changes
   (Contributed by Robert Xiao in :issue:`28927`.)
 
 * :exc:`ImportError` now displays module name and module ``__file__`` path when
-  ``from ... import ...`` fails. :issue:`29546`.
+  ``from ... import ...`` fails.
+  (Contributed by Matthias Bussonnier in :issue:`29546`.)
 
 
 New Modules