Add an XXX comment about the ClassBrowser AIP.
diff --git a/Tools/idle/ClassBrowser.py b/Tools/idle/ClassBrowser.py
index 31299f0..f440164 100644
--- a/Tools/idle/ClassBrowser.py
+++ b/Tools/idle/ClassBrowser.py
@@ -30,6 +30,8 @@
 class ClassBrowser:
 
     def __init__(self, flist, name, path):
+        # XXX This API should change, if the file doesn't end in ".py"
+        # XXX the code here is bogus!
         self.name = name
         self.file = os.path.join(path[0], self.name + ".py")
         self.init(flist)