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_imports new entries for tkinter rename
Type: Stage:
Components: 2to3 (2.x to 3.x conversion tool) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: collinwinter Nosy List: collinwinter, georg.brandl, gpolo
Priority: normal Keywords: patch

Created on 2008-05-18 19:49 by gpolo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tkinter_imports_fix.diff gpolo, 2008-05-18 19:49
fix_tkfiledialog_imports.diff gpolo, 2008-05-18 20:52
Messages (4)
msg67036 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2008-05-18 19:49
Added entries on fix_imports to deal with the tkinter renaming.
msg67037 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-18 19:51
Committed r63456.
msg67040 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2008-05-18 20:52
Hi Georg, sorry but I duplicated the FileDialog entry in tkFileDialog
and forgot to update the correct names for tkFileDialog, here is a patch
to apply over the previous one. 
I took the time to review the other entries too, just in case I did this
somewhere else, but they are all fine.
msg67041 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-18 21:02
Okay, thanks. Fixed in r63461.
History
Date User Action Args
2022-04-11 14:56:34adminsetgithub: 47157
2008-05-18 21:02:32georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg67041
2008-05-18 20:52:39gpolosetstatus: closed -> open
resolution: accepted -> (no value)
messages: + msg67040
files: + fix_tkfiledialog_imports.diff
2008-05-18 19:51:28georg.brandlsetstatus: open -> closed
nosy: + georg.brandl
resolution: accepted
messages: + msg67037
2008-05-18 19:49:38gpolocreate