File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -828,6 +828,11 @@ by Brett Cannon in :issue:`18058`.)
828828that decodes source from bytes using universal newline processing. This is
829829useful for implementing :meth: `.InspectLoader.get_source ` methods.
830830
831+ :class: `importlib.machinery.ExtensionFileLoader ` now has a
832+ :meth: `~importlib.machinery.ExtensionFileLoader.get_filename ` method. This was
833+ inadvertently omitted in the original implementation. (Contributed by Eric
834+ Snow in :issue: `19152 `.)
835+
831836
832837inspect
833838-------
@@ -895,8 +900,8 @@ memory a module occupies in memory when it is loaded from a ``.pyc`` (or
895900mmap
896901----
897902
898- mmap objects can now be weakref'ed.
899- (Contributed by Valerie Lambert in :issue: `4885 `.)
903+ mmap objects can now be weakref'ed. (Contributed by Valerie Lambert in
904+ :issue: `4885 `.)
900905
901906
902907mock
You can’t perform that action at this time.
0 commit comments