Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!takemy.news.telefonica.de!telefonica.de!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'essentially': 0.04; '*is*': 0.09; 'falls': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'developer': 0.10; 'windows': 0.15; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:GUI': 0.16; 'subject:programming': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; "hasn't": 0.19; 'thu,': 0.19; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'dec': 0.30; 'dos': 0.30; 'subject:please': 0.30; '+0100,': 0.31; 'explained': 0.31; 'running': 0.33; 'but': 0.35; 'starting': 0.37; 'to:addr:python- list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'even': 0.60; 'is.': 0.60; 'ago,': 0.61; 'back': 0.62; 'subjectcharset:utf-8': 0.72; 'nonsense.': 0.84; 'subject:want': 0.91; 'subject:answer': 0.95; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dave Angel Subject: =?UTF-8?Q?Re:_GUI:-please_answer_want_to_learn_GUI_pr?= =?UTF-8?Q?ogramming_in_python_, =0A_how_should_i_proceed.?= Date: Fri, 20 Dec 2013 01:30:27 -0500 References: <9f5d28ce-504d-40db-baa2-ff3699ab05c7@googlegroups.com> <52AE4A86.8040402@arcor.de> <52AE86E5.70409@gmail.com> <20131217160039.eba12a87ca9cd0a8fbd4fb14@gmx.net> <20131219163237.7e855831680a4e5cba2cea94@gmx.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: dpc6744192084.direcpc.com In-Reply-To: <20131219163237.7e855831680a4e5cba2cea94@gmx.net> User-Agent: Groundhog Newsreader for Android X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387520958 news.xs4all.nl 2920 [2001:888:2000:d::a6]:33660 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62427 On Thu, 19 Dec 2013 16:32:37 +0100, Wolfgang Keller wrote: > With Windows it *is* "normal". An experienced software developer > once even explained the reason to me. When a single process on Windows > does I/O, then the system essentially falls back to "single tasking". > Or (non-)"cooperative multitasking" at best, depending on how > dissocial the developer of that process is. If you were told this 20 years ago, perhaps. But Windows hasn't been running on DOS for a long time. Starting with NT 3.1, that's nonsense. -- DaveA