[Python-checkins] cpython: whatsnew: ExtensionFileLoader.get_filename.

r.david.murray python-checkins at python.org
Sun Feb 23 17:42:10 CET 2014


http://hg.python.org/cpython/rev/4d9c683ccda0
changeset:   89336:4d9c683ccda0
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Feb 23 09:41:27 2014 -0500
summary:
  whatsnew: ExtensionFileLoader.get_filename.

Also reflow mmap paragraph.

files:
  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
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -828,6 +828,11 @@
 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 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list