Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42768
| From | Rotwang <sg552@hotmail.co.uk> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Python 3.3 Tkinter Fullscreen - Taskbar not Hiding |
| Date | 2013-04-04 18:30 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <kjkd73$ooq$1@dont-email.me> (permalink) |
| References | <d6635af4-7a4a-4aeb-8eaf-4b13dee7c003@googlegroups.com> <mailman.101.1365083379.3114.python-list@python.org> |
On 04/04/2013 14:49, Jason Swails wrote: > I've added some comments about the code in question as well... > > On Wed, Apr 3, 2013 at 11:45 PM, <teslafrequency@aol.com > <mailto:teslafrequency@aol.com>> wrote: > > Hi, I am working with Tkinter, and I have set up some simple code to > run: > > import tkinter > import re > from tkinter import * > > > If you import everything from tkinter into your top-level namespace, > then the "import tkinter" at the top serves no purpose. I don't know whether this applies to the OP's code, but I can think of at least one reason why one would want both "import module" and "from module import*" at the top of one's code: monkey patching.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python 3.3 Tkinter Fullscreen - Taskbar not Hiding teslafrequency@aol.com - 2013-04-03 20:45 -0700
Re: Python 3.3 Tkinter Fullscreen - Taskbar not Hiding Jason Swails <jason.swails@gmail.com> - 2013-04-04 09:49 -0400
Re: Python 3.3 Tkinter Fullscreen - Taskbar not Hiding Rotwang <sg552@hotmail.co.uk> - 2013-04-04 18:30 +0100
Re: Python 3.3 Tkinter Fullscreen - Taskbar not Hiding Jason Swails <jason.swails@gmail.com> - 2013-04-04 15:00 -0400
Re: Python 3.3 Tkinter Fullscreen - Taskbar not Hiding Rotwang <sg552@hotmail.co.uk> - 2013-04-04 23:21 +0100
Re: Python 3.3 Tkinter Fullscreen - Taskbar not Hiding teslafrequency@aol.com - 2013-04-04 10:31 -0700
csiph-web