]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Generalized the scrolled list which is the base for the class and
authorGuido van Rossum <guido@python.org>
Thu, 15 Oct 1998 23:27:08 +0000 (23:27 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 15 Oct 1998 23:27:08 +0000 (23:27 +0000)
commite6fae1cbcad8c3bc58925cd14badfcbbcb05893c
tree853801858cc5aa2f1e2f4000187d609d59be5d61
parent341d1fe18ea57443a19025472a88a0f285224e7a
Generalized the scrolled list which is the base for the class and
method browser into a separate class in its own module.
Tools/idle/ClassBrowser.py
Tools/idle/ScrolledList.py [new file with mode: 0644]