[Python-checkins] r70307 - python/branches/py3k/Lib/importlib/NOTES

brett.cannon python-checkins at python.org
Wed Mar 11 06:14:27 CET 2009


Author: brett.cannon
Date: Wed Mar 11 06:14:27 2009
New Revision: 70307

Log:
Add a NOTE for importlib to fill in the docstrings for the ABCs.

Modified:
   python/branches/py3k/Lib/importlib/NOTES

Modified: python/branches/py3k/Lib/importlib/NOTES
==============================================================================
--- python/branches/py3k/Lib/importlib/NOTES	(original)
+++ python/branches/py3k/Lib/importlib/NOTES	Wed Mar 11 06:14:27 2009
@@ -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.


More information about the Python-checkins mailing list