summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-02-27 14:43:27 (GMT)
committerGitHub <noreply@github.com>2017-02-27 14:43:27 (GMT)
commita8628125658e08e4afe92e929f7f6becebdc363a (patch)
tree2491e0c4e1535a33dc5d3578dbfe6be9ccc5731e /Doc
parent091b84f23a2ff57e8320ebf6fdf889af39096ab9 (diff)
downloadcpython-a8628125658e08e4afe92e929f7f6becebdc363a.zip
cpython-a8628125658e08e4afe92e929f7f6becebdc363a.tar.gz
cpython-a8628125658e08e4afe92e929f7f6becebdc363a.tar.bz2
Use "Contributed by ..." style in whatsnew/3.7.rst (#339)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.7.rst3
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