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
a183064d
Commit
a183064d
authored
Feb 23, 2014
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
whatsnew: ExtensionFileLoader.get_filename.
Also reflow mmap paragraph.
parent
f0b5a7c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+7
-2
No files found.
Doc/whatsnew/3.4.rst
View file @
a183064d
...
@@ -828,6 +828,11 @@ by Brett Cannon in :issue:`18058`.)
...
@@ -828,6 +828,11 @@ by Brett Cannon in :issue:`18058`.)
that decodes source from bytes using universal newline processing. This is
that decodes source from bytes using universal newline processing. This is
useful for implementing :meth:`.InspectLoader.get_source` methods.
useful for implementing :meth:`.InspectLoader.get_source` methods.
:class:`importlib.machinery.ExtensionFileLoader` now has a
:meth:`~importlib.machinery.ExtensionFileLoader.get_filename` method. This was
inadvertently omitted in the original implementation. (Contributed by Eric
Snow in :issue:`19152`.)
inspect
inspect
-------
-------
...
@@ -895,8 +900,8 @@ memory a module occupies in memory when it is loaded from a ``.pyc`` (or
...
@@ -895,8 +900,8 @@ memory a module occupies in memory when it is loaded from a ``.pyc`` (or
mmap
mmap
----
----
mmap objects can now be weakref'ed.
mmap objects can now be weakref'ed.
(Contributed by Valerie Lambert in
(Contributed by Valerie Lambert in
:issue:`4885`.)
:issue:`4885`.)
mock
mock
...
...
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