diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 35eea84e0a6..6c071adb96f 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