Update.
diff --git a/Doc/TODO b/Doc/TODO
index fba34f6..83d25d7 100644
--- a/Doc/TODO
+++ b/Doc/TODO
@@ -2,8 +2,6 @@
 ===============================
 
 
-* array module:  methods read(), reverse(), write() of the array object.
-
 * Document native package semantics.
 
 * Figure out indexsubitem handling in HTML; some of them are wrong for the
@@ -23,3 +21,6 @@
 
 * Figure out the texinfo indexing and function-description markup, and make
   partparse.py do the right thing.  Or toss the info conversion (again).
+
+* Identify all Python classes documented in the libref and make sure they're
+  marked with {classdesc} instead of {funcdesc}.