]> granicus.if.org Git - python/commitdiff
Move something to the right section of What's New
authorBrett Cannon <brett@python.org>
Sat, 15 Jun 2013 02:37:11 +0000 (22:37 -0400)
committerBrett Cannon <brett@python.org>
Sat, 15 Jun 2013 02:37:11 +0000 (22:37 -0400)
Doc/whatsnew/3.4.rst

index 90b10e9b80b4d48f6ad1c046fcb99f393169e47a..016c5088e08ba0a2c9e052e98779ccdd24253b14 100644 (file)
@@ -225,6 +225,11 @@ Deprecated Python modules, functions and methods
   :meth:`difflib.SequenceMatcher.isbpopulur`: 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
+  :func:`importlib.util.module_to_load` and
+  :meth:`importlib.abc.Loader.init_module_attrs` allows subclasses of a loader
+  to more easily customize module loading.
+
 
 Deprecated functions and types of the C API
 -------------------------------------------
@@ -235,10 +240,7 @@ Deprecated functions and types of the C API
 Deprecated features
 -------------------
 
-* :func:`importlib.util.module_for_loader` is pending deprecation. Using
-  :func:`importlib.util.module_to_load` and
-  :meth:`importlib.abc.Loader.init_module_attrs` allows subclasses of a loader
-  to more easily customize module loading.
+* None yet.
 
 
 Porting to Python 3.4