summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-01-20 02:21:27 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-01-20 02:21:27 (GMT)
commitafccd63ac9541630953cd4e59a421696d3869311 (patch)
tree35229a6a1a7b3836c50f660fed3df2a8f40e14e5 /Misc
parentdf50106408d525a8e7022b6545ecbd0c13ce8740 (diff)
downloadcpython-afccd63ac9541630953cd4e59a421696d3869311.zip
cpython-afccd63ac9541630953cd4e59a421696d3869311.tar.gz
cpython-afccd63ac9541630953cd4e59a421696d3869311.tar.bz2
Document the (very small) public API for importlib. As time goes on and some
key refactorings occur more of the API will be exposed and documented.
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 50e4702..1050ae4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -134,6 +134,8 @@ Core and Builtins
Library
-------
+- Add the importlib package.
+
- Issue #4301: Patch the logging module to add processName support, remove
_check_logger_class from multiprocessing.