diff options
| author | R David Murray <rdmurray@bitdance.com> | 2014-02-23 14:41:27 (GMT) |
|---|---|---|
| committer | R David Murray <rdmurray@bitdance.com> | 2014-02-23 14:41:27 (GMT) |
| commit | a183064d8600b0fdcd43e24973f1b8dff80977c0 (patch) | |
| tree | f872c4f3d63753059dc57c62f951dc186f6e7ebd | |
| parent | f0b5a7c0f646d74265f1977154c829c8df79f76c (diff) | |
| download | cpython-a183064d8600b0fdcd43e24973f1b8dff80977c0.zip cpython-a183064d8600b0fdcd43e24973f1b8dff80977c0.tar.gz cpython-a183064d8600b0fdcd43e24973f1b8dff80977c0.tar.bz2 | |
whatsnew: ExtensionFileLoader.get_filename.
Also reflow mmap paragraph.
| -rw-r--r-- | Doc/whatsnew/3.4.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index e5b79b3..461a8b8 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -828,6 +828,11 @@ by Brett Cannon in :issue:`18058`.) that decodes source from bytes using universal newline processing. This is 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 ------- @@ -895,8 +900,8 @@ memory a module occupies in memory when it is loaded from a ``.pyc`` (or mmap ---- -mmap objects can now be weakref'ed. -(Contributed by Valerie Lambert in :issue:`4885`.) +mmap objects can now be weakref'ed. (Contributed by Valerie Lambert in +:issue:`4885`.) mock |
