[Python-checkins] CVS: python/dist/src/Tools/idle ClassBrowser.py,1.10,1.11

Guido van Rossum guido@cnri.reston.va.us
Tue, 15 Feb 2000 13:02:14 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Tools/idle
In directory eric:/projects/python/develop/guido/src/Tools/idle

Modified Files:
	ClassBrowser.py 
Log Message:
Add an XXX comment about the ClassBrowser AIP.


Index: ClassBrowser.py
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Tools/idle/ClassBrowser.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** ClassBrowser.py	1999/06/25 17:08:19	1.10
--- ClassBrowser.py	2000/02/15 18:02:11	1.11
***************
*** 31,34 ****
--- 31,36 ----
  
      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")