summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-06-15 02:37:11 (GMT)
committerBrett Cannon <brett@python.org>2013-06-15 02:37:11 (GMT)
commit82b3d6ae93b2414ba3b2f69ad18c49c12fdaacb9 (patch)
tree686e31c4ca56a87411fab166c006addf10e8bbb4 /Doc/whatsnew
parenta38e81428aecdc83dc1493bb76edde49ff76a7b4 (diff)
downloadcpython-82b3d6ae93b2414ba3b2f69ad18c49c12fdaacb9.zip
cpython-82b3d6ae93b2414ba3b2f69ad18c49c12fdaacb9.tar.gz
cpython-82b3d6ae93b2414ba3b2f69ad18c49c12fdaacb9.tar.bz2
Move something to the right section of What's New
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.4.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 90b10e9..016c508 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -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