mirror of https://github.com/python/cpython
Use "Contributed by ..." style in whatsnew/3.7.rst (#339)
This commit is contained in:
parent
091b84f23a
commit
a862812565
|
@ -84,7 +84,8 @@ Other Language Changes
|
||||||
(Contributed by Robert Xiao in :issue:`28927`.)
|
(Contributed by Robert Xiao in :issue:`28927`.)
|
||||||
|
|
||||||
* :exc:`ImportError` now displays module name and module ``__file__`` path when
|
* :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
|
New Modules
|
||||||
|
|
Loading…
Reference in New Issue