From c59cd688470eca51c24f5084cc7b9800447f4c94 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 11 Mar 2009 05:14:27 +0000 Subject: Add a NOTE for importlib to fill in the docstrings for the ABCs. --- Lib/importlib/NOTES | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.1