]> granicus.if.org Git - python/commitdiff
whatsnew: fix importlib.reload entry.
authorR David Murray <rdmurray@bitdance.com>
Sun, 2 Feb 2014 15:50:17 +0000 (10:50 -0500)
committerR David Murray <rdmurray@bitdance.com>
Sun, 2 Feb 2014 15:50:17 +0000 (10:50 -0500)
Turns out I committed a work-in-progress entry because of a time
gap between when I wrote it and when I committed.

Doc/whatsnew/3.4.rst

index 1da0702da154b6816a2209de1aa15f7016128697..2292297e75af21ef9ede2f096890cbdba082250b 100644 (file)
@@ -765,9 +765,9 @@ for the :meth:`~importlib.abc.InspectLoader.get_code` method.  However,
 it will normally be desirable to override the default implementation
 for performance reasons.  (Contributed by Brett Cannon in :issue:`18072`.)
 
-The :func:`~importlib.reload` function has been moved from :mod:`imp`
-to :mod:`importlib`.  The :func:`mod.reload` name is retained for
-backward compatibility, but is deprecated.
+The :func:`~importlib.reload` function has been moved from :mod:`imp` to
+:mod:`importlib` as part of the :mod:`imp` module deprecation.  (Contributed by
+Berker Peksag in :issue:`18193`.)
 
 
 inspect