mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Move something to the right section of What's New
This commit is contained in:
parent
a38e81428a
commit
82b3d6ae93
1 changed files with 6 additions and 4 deletions
|
@ -225,6 +225,11 @@ Deprecated Python modules, functions and methods
|
||||||
:meth:`difflib.SequenceMatcher.isbpopulur`: use ``x in sm.bjunk`` and
|
:meth:`difflib.SequenceMatcher.isbpopulur`: use ``x in sm.bjunk`` and
|
||||||
``x in sm.bpopular``, where sm is a :class:`~difflib.SequenceMatcher` object.
|
``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
|
Deprecated functions and types of the C API
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
|
@ -235,10 +240,7 @@ Deprecated functions and types of the C API
|
||||||
Deprecated features
|
Deprecated features
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
* :func:`importlib.util.module_for_loader` is pending deprecation. Using
|
* None yet.
|
||||||
: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.
|
|
||||||
|
|
||||||
|
|
||||||
Porting to Python 3.4
|
Porting to Python 3.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue