From: Brett Cannon Date: Wed, 11 Mar 2009 05:14:27 +0000 (+0000) Subject: Add a NOTE for importlib to fill in the docstrings for the ABCs. X-Git-Tag: v3.1a2~284 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c59cd688470eca51c24f5084cc7b9800447f4c94;p=python Add a NOTE for importlib to fill in the docstrings for the ABCs. --- diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 8d05a16494..2c76fc4a8c 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.