]> granicus.if.org Git - python/commitdiff
Add a NOTE for importlib to fill in the docstrings for the ABCs.
authorBrett Cannon <bcannon@gmail.com>
Wed, 11 Mar 2009 05:14:27 +0000 (05:14 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 11 Mar 2009 05:14:27 +0000 (05:14 +0000)
Lib/importlib/NOTES

index 8d05a16494c619b45a5e9fbc58c5df87094c0f1b..2c76fc4a8c673be599beaf9ab4bae2f3c9858c0a 100644 (file)
@@ -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.