]> granicus.if.org Git - python/commit
Document the (very small) public API for importlib. As time goes on and some
authorBrett Cannon <bcannon@gmail.com>
Tue, 20 Jan 2009 02:21:27 +0000 (02:21 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 20 Jan 2009 02:21:27 +0000 (02:21 +0000)
commitafccd63ac9541630953cd4e59a421696d3869311
tree35229a6a1a7b3836c50f660fed3df2a8f40e14e5
parentdf50106408d525a8e7022b6545ecbd0c13ce8740
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.
Doc/library/importlib.rst [new file with mode: 0644]
Doc/library/modules.rst
Lib/importlib/NOTES
Lib/importlib/__init__.py
Misc/NEWS