summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-03-11 05:14:27 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-03-11 05:14:27 (GMT)
commitc59cd688470eca51c24f5084cc7b9800447f4c94 (patch)
tree58faacedf287ceda0539f0a9e16b6f734813be1c /Lib
parentd8e9526a5edbebd6bcb22c03e5272804cc5c91fe (diff)
downloadcpython-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/NOTES2
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.