Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f801f3b

Browse files
committed
Add an XXX comment about the ClassBrowser AIP.
1 parent 0b5b2c8 commit f801f3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tools/idle/ClassBrowser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class Function(pyclbr.Class):
3030
class ClassBrowser:
3131

3232
def __init__(self, flist, name, path):
33+
# XXX This API should change, if the file doesn't end in ".py"
34+
# XXX the code here is bogus!
3335
self.name = name
3436
self.file = os.path.join(path[0], self.name + ".py")
3537
self.init(flist)

0 commit comments

Comments
 (0)