]> granicus.if.org Git - python/commit
aboutDialog.py:
authorKurt B. Kaiser <kbk@shore.net>
Thu, 12 Jun 2003 04:20:56 +0000 (04:20 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 12 Jun 2003 04:20:56 +0000 (04:20 +0000)
commit09cb74ba202585a708d28cf234ed5bb4f30eff5b
tree5e8fb07b8f249c4321673faefd2384ef61472f6e
parentf31cb0cbcfa509628d2e15ee3eb891dfbaa5561e
aboutDialog.py:
1. Add additional buttons for Python Copyright and Credits
2. Use the Python LICENSE file instead of the old IDLE LICENSE.txt
3. Add additional buttons for IDLE's README and NEWS
4. Implement a method to read text from a _Printer object
5. Rename the Ok button to Close
6. Clean up to conform to Python code formatting standards

textView.py:
1. Change background to white on all platforms
2. Increase height of frame
3. Add an optional parameter to textViewer to allow inserting text into
   the viewer instead of reading a file.
4. Rename the Ok button to Close
 Modified Files:
  aboutDialog.py textView.py
Lib/idlelib/aboutDialog.py
Lib/idlelib/textView.py