[issue3087] Clean up Demos and Tools

2009-03-31 Thread Brett Cannon
Brett Cannon added the comment: This is not really a bug so closing. -- nosy: +brett.cannon resolution: -> invalid status: open -> closed ___ Python tracker ___

[issue3087] Clean up Demos and Tools

2009-01-03 Thread Pavel Kosina
Pavel Kosina added the comment: +1 In Tkinter there is still import Tkinter and not import tkinter. -- nosy: +geon ___ Python tracker ___ ___

[issue3087] Clean up Demos and Tools

2008-06-25 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: On Wed, Jun 25, 2008 at 2:08 PM, David <[EMAIL PROTECTED]> wrote: > > David <[EMAIL PROTECTED]> 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

[issue3087] Clean up Demos and Tools

2008-06-25 Thread David
David <[EMAIL PROTECTED]> 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. -- n

[issue3087] Clean up Demos and Tools

2008-06-11 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: 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. -- components: Demos