Issue 3018: tkinter demos fixed (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/47268

classification

Title: tkinter demos fixed
Type: Stage:
Components: Tkinter Versions: Python 3.0

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, gpolo
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
tkinter_demo_fixes.diff gpolo,2008-06-01 13:34 review
Messages (3)
msg67579 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2008-05-31 13:49
I've fixed the tkinter demos at py3k. And excluding the import fixes, most of these could be backported to python 2.x too.
msg67592 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2008-06-01 13:35
By the way.. the demo tkinter/guido/ss1 isn't fixed, since rexec is gone
msg119567 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-10-25 17:50
Committed remaining changes from patch in r85840. Thanks!
History
Date User Action Args
2022-04-11 14:56:35 admin set github: 47268
2010-10-25 17:50:32 georg.brandl set status: open -> closedresolution: fixedmessages: +
2008-07-08 09:17:55 georg.brandl set assignee: georg.brandlnosy: + georg.brandl
2008-06-01 13:35:05 gpolo set messages: +
2008-06-01 13:34:59 gpolo set messages: -
2008-06-01 13:34:33 gpolo set files: + tkinter_demo_fixes.diff
2008-06-01 13:34:04 gpolo set files: - tkinter_demo_fixes.diff
2008-05-31 13:53:25 gpolo set messages: +
2008-05-31 13:49:19 gpolo create