From: Guido van Rossum Date: Tue, 15 Feb 2000 18:02:11 +0000 (+0000) Subject: Add an XXX comment about the ClassBrowser AIP. X-Git-Tag: v1.6a1~434 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f801f3b05c9959a6fa0b7d4912ff17d81a193f18;p=thirdparty%2FPython%2Fcpython.git Add an XXX comment about the ClassBrowser AIP. --- diff --git a/Tools/idle/ClassBrowser.py b/Tools/idle/ClassBrowser.py index 31299f0226b0..f4401642587f 100644 --- a/Tools/idle/ClassBrowser.py +++ b/Tools/idle/ClassBrowser.py @@ -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)