diff options
-rw-r--r-- | Doc/whatsnew/3.7.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 35eea84..6c071ad 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 |