Re: [Python-Dev] Possible problem that may be caused by Tkinter renaming

2008-05-17 Thread Guilherme Polo
2008/5/17 Guilherme Polo <[EMAIL PROTECTED]>: > Hello, > > I smell a problem caused by this line at tkinter/__init__.py: > > tkinter = _tkinter # b/w compat for export Georg and me decided to remove that line as a solution to this problem. > > This was fine when tkinter was a Tkinter module, but

[Python-Dev] Possible problem that may be caused by Tkinter renaming

2008-05-17 Thread Guilherme Polo
Hello, I smell a problem caused by this line at tkinter/__init__.py: tkinter = _tkinter # b/w compat for export This was fine when tkinter was a Tkinter module, but I believe it would be better to rename this to something else. Given that python has a lot of users, I'm sure you will be able to f