summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-05-13 17:45:09 (GMT)
committerBrett Cannon <brett@python.org>2012-05-13 17:45:09 (GMT)
commitd200bf534b6d97ee607e1071d0cb2d93e4506268 (patch)
tree2aab0e9eb36b8362d0d6ee2afe1e2245b69d1cbf /Misc
parent61009468c5be2757c50c9b7bd14582788b83a646 (diff)
downloadcpython-d200bf534b6d97ee607e1071d0cb2d93e4506268.zip
cpython-d200bf534b6d97ee607e1071d0cb2d93e4506268.tar.gz
cpython-d200bf534b6d97ee607e1071d0cb2d93e4506268.tar.bz2
Add importlib.util.resolve_name().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5458385..9adce9f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Core and Builtins
Library
-------
+- Add importlib.util.resolve_name().
+
- Issue #14366: Support lzma compression in zip files.
Patch by Serhiy Storchaka.