diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-03-11 05:14:27 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-03-11 05:14:27 (GMT) |
commit | c59cd688470eca51c24f5084cc7b9800447f4c94 (patch) | |
tree | 58faacedf287ceda0539f0a9e16b6f734813be1c /Lib | |
parent | d8e9526a5edbebd6bcb22c03e5272804cc5c91fe (diff) | |
download | cpython-c59cd688470eca51c24f5084cc7b9800447f4c94.zip cpython-c59cd688470eca51c24f5084cc7b9800447f4c94.tar.gz cpython-c59cd688470eca51c24f5084cc7b9800447f4c94.tar.bz2 |
Add a NOTE for importlib to fill in the docstrings for the ABCs.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/importlib/NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 8d05a16..2c76fc4 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -1,6 +1,8 @@ to do ///// +* Fill in docstrings for ABCs. + * Implement InspectLoader for BuiltinImporter and FrozenImporter. + Expose function to see if a frozen module is a package. |