cpython: 1640e3b7def6 (original) (raw)

Mercurial > cpython

changeset 89762:1640e3b7def6 3.4

whatsnew: importlib deprecations. This addresses issue #20199, if I got it right. The deprecation and replacement lists are based on the importlib documentation. [#20199]

R David Murray rdmurray@bitdance.com
date Sat, 22 Feb 2014 14:28:46 -0500
parents fa5127cdfe9d
children 7cfb3db36ec6
files Doc/whatsnew/3.4.rst
diffstat 1 files changed, 24 insertions(+), 4 deletions(-)[+] [-] Doc/whatsnew/3.4.rst 28

line wrap: on

line diff

--- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -1504,10 +1504,30 @@ Deprecated Python Modules, Functions and :meth:difflib.SequenceMatcher.isbpopular were removed: use x in sm.bjunk and x in sm.bpopular, where sm is a :class:~difflib.SequenceMatcher object. -* :func:importlib.util.module_for_loader is pending deprecation. Using