Issue 3087: Clean up Demos and Tools (original) (raw)

Created on 2008-06-12 02:42 by benjamin.peterson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg68045 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-06-12 02:42
A good bug day task: Demos and to some extent Tools has a lot of rubbish in 3.0 that probably doesn't work with all the module removals and such. Somebody should go through them and chuck all the old stuff.
msg68742 - (view) Author: David (dwblas) Date: 2008-06-25 19:08
I will take this one on. I'll download 3.x this weekend and begin. What is the best way to proceed? Post each program as it is changed or a note that no change is required? It can get lengthy if all of the programs are posted here.
msg68751 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-06-25 19:51
On Wed, Jun 25, 2008 at 2:08 PM, David <report@bugs.python.org> wrote: > > David <dwblas@gmail.com> added the comment: > > I will take this one on. I'll download 3.x this weekend and begin. > What is the best way to proceed? Post each program as it is changed or a > note that no change is required? It can get lengthy if all of the > programs are posted here. Thanks for volunteering! Make a list of the ones which should go completely (ie demonstrate removed modules and features or are broken beyond repair) and post a patch with changes to the others.
msg79038 - (view) Author: Pavel Kosina (geon) Date: 2009-01-04 05:35
+1 In Tkinter there is still import Tkinter and not import tkinter.
msg84942 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2009-03-31 23:00
This is not really a bug so closing.
History
Date User Action Args
2022-04-11 14:56:35 admin set github: 47337
2009-03-31 23:00:30 brett.cannon set status: open -> closednosy: + brett.cannonmessages: + resolution: not a bug
2009-01-04 05:35:19 geon set nosy: + geonmessages: +
2008-06-25 19:51:40 benjamin.peterson set messages: +
2008-06-25 19:08:31 dwblas set nosy: + dwblasmessages: +
2008-06-12 02:42:19 benjamin.peterson create