mirror of https://github.com/python/cpython
Add an XXX comment about the ClassBrowser AIP.
This commit is contained in:
parent
0b5b2c89d7
commit
f801f3b05c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue