Re: [Python-Dev] [Python-checkins] cpython: whatsnew: move of reload, update new windows-only ssl functions entry.

On Sat, Feb 1, 2014 at 12:27 PM, r.david.murray <python-checkins@python.org>wrote:
That wording seems confusing to me. It makes it seem like importlib.reload is deprecated when in fact it's the imp module itself. -Brett

On Sat, 01 Feb 2014 13:20:48 -0500, Brett Cannon <brett@python.org> wrote:
I committed that thinking I'd finished working on that entry, but I hadn't. The updated text reads: The reload() function has been moved from imp to importlib as part of the imp module deprecation. Is that clearer? --David

On Sat, 01 Feb 2014 13:20:48 -0500, Brett Cannon <brett@python.org> wrote:
I committed that thinking I'd finished working on that entry, but I hadn't. The updated text reads: The reload() function has been moved from imp to importlib as part of the imp module deprecation. Is that clearer? --David
participants (2)
-
Brett Cannon
-
R. David Murray