diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2009-02-08 03:17:00 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2009-02-08 03:17:00 (GMT) |
commit | 0194f5bc98d3fb3e7b4aaed874edf2df3a33bfd3 (patch) | |
tree | 86c78fe24cd43fc089a90497cd830cbba20783e4 /Misc | |
parent | c3623b1849136d9825e8dad2fa893c06696c804d (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |