Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
82b3d6ae
Commit
82b3d6ae
authored
Jun 14, 2013
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move something to the right section of What's New
parent
a38e8142
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+6
-4
No files found.
Doc/whatsnew/3.4.rst
View file @
82b3d6ae
...
@@ -225,6 +225,11 @@ Deprecated Python modules, functions and methods
...
@@ -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
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment