mirror of
https://github.com/python/cpython.git
synced 2025-09-16 21:56:14 +00:00
Add an XXX comment about the ClassBrowser AIP.
This commit is contained in:
parent
0b5b2c89d7
commit
f801f3b05c
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ from TreeWidget import TreeNode, TreeItem, ScrolledCanvas
|
||||||
class ClassBrowser:
|
class ClassBrowser:
|
||||||
|
|
||||||
def __init__(self, flist, name, path):
|
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.name = name
|
||||||
self.file = os.path.join(path[0], self.name + ".py")
|
self.file = os.path.join(path[0], self.name + ".py")
|
||||||
self.init(flist)
|
self.init(flist)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue