summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2009-02-08 03:17:00 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2009-02-08 03:17:00 (GMT)
commit0194f5bc98d3fb3e7b4aaed874edf2df3a33bfd3 (patch)
tree86c78fe24cd43fc089a90497cd830cbba20783e4 /Misc
parentc3623b1849136d9825e8dad2fa893c06696c804d (diff)
downloadcpython-0194f5bc98d3fb3e7b4aaed874edf2df3a33bfd3.zip
cpython-0194f5bc98d3fb3e7b4aaed874edf2df3a33bfd3.tar.gz
cpython-0194f5bc98d3fb3e7b4aaed874edf2df3a33bfd3.tar.bz2
Issue #4512 closeout: Make ZipImport.get_filename() a public method
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2eed247..412f067 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -149,6 +149,9 @@ Core and Builtins
Library
-------
+- Issue #4512 (part 2): Promote ``ZipImporter._get_filename()`` to be a
+ public documented method ``ZipImporter.get_filename()``.
+
- Issue #4195: The ``runpy`` module (and the ``-m`` switch) now support
the execution of packages by looking for and executing a ``__main__``
submodule when a package name is supplied. Initial patch by Andi