From: Berker Peksag Date: Mon, 27 Feb 2017 14:43:27 +0000 (+0300) Subject: Use "Contributed by ..." style in whatsnew/3.7.rst (#339) X-Git-Tag: v3.7.0a1~1263 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8628125658e08e4afe92e929f7f6becebdc363a;p=thirdparty%2FPython%2Fcpython.git Use "Contributed by ..." style in whatsnew/3.7.rst (#339) --- diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 35eea84e0a6c..6c071adb96fe 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -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