Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: Implicit initialization is EVIL! Date: Wed, 06 Jul 2011 18:29:03 +1200 Lines: 13 Message-ID: <97idliF4ecU1@mid.individual.net> References: <97dc7iF9eiU1@mid.individual.net> <78624344-9696-42c9-9ed8-9454c55c1d9f@g12g2000yqd.googlegroups.com> <97ga0jFq2lU1@mid.individual.net> <72ee90d2-3cd4-4b4f-83de-f2e17d22382d@k13g2000vbv.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net C7pLhiCrtmpmcQsVa/hofAIZADfb50xstZ9ea01jNprmlnv4RT Cancel-Lock: sha1:bq2Cb687NpMkTAs3yT/8gsfZBFs= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: <72ee90d2-3cd4-4b4f-83de-f2e17d22382d@k13g2000vbv.googlegroups.com> Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8905 rantingrick wrote: > And how do you EXPLICITY quit the application? Using its "Quit" menu command. But that's Mac-specific, and not central to the discussion. On Linux and Windows, an application will usually exit when its last window is closed. Either way, there is no need for a privileged main window. -- Greg