This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: fix problem in about dialog
Type: Stage:
Components: IDLE Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: kbk, nnorwitz
Priority: normal Keywords: patch

Created on 2003-07-21 15:01 by nnorwitz, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
about.diff nnorwitz, 2003-07-21 15:01 1
Messages (3)
msg44323 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-07-21 15:01
The attached patch should be self explanatory.  Need to
import tkMessageBox and use the correct variable name
(fn, not filename).
msg44324 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2003-07-22 17:46
Logged In: YES 
user_id=149084

Looks fine, please once the CVS opens again please
check in and backport to 2.3.1.
msg44325 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-10-28 21:58
Logged In: YES 
user_id=33168

Checked in as:
 * Lib/idlelib/aboutDialog.py 1.14 and 1.13.8.1
History
Date User Action Args
2022-04-10 16:10:05adminsetgithub: 38889
2003-07-21 15:01:04nnorwitzcreate