]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add an XXX comment about the ClassBrowser AIP.
authorGuido van Rossum <guido@python.org>
Tue, 15 Feb 2000 18:02:11 +0000 (18:02 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Feb 2000 18:02:11 +0000 (18:02 +0000)
Tools/idle/ClassBrowser.py

index 31299f0226b027ede1dcf10185bb71fdecbbd7f3..f4401642587ff984d8096d15afae7c1bb5ad6d88 100644 (file)
@@ -30,6 +30,8 @@ from TreeWidget import TreeNode, TreeItem, ScrolledCanvas
 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)