diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-01-20 02:21:27 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-01-20 02:21:27 (GMT) |
commit | afccd63ac9541630953cd4e59a421696d3869311 (patch) | |
tree | 35229a6a1a7b3836c50f660fed3df2a8f40e14e5 /Misc | |
parent | df50106408d525a8e7022b6545ecbd0c13ce8740 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |