Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed2a.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; 'interpreter': 0.05; 'subject:Python': 0.06; 'cache': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'typed': 0.09; 'windows,': 0.09; 'python': 0.11; 'wrote': 0.14; 'thread': 0.14; 'windows': 0.15; '(when': 0.16; 'booted': 0.16; 'decimal.': 0.16; 'interpreter,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'skip:n 70': 0.16; 'command': 0.22; 'import': 0.22; 'comparing': 0.24; 'second': 0.26; 'header:X-Complaints-To:1': 0.27; 'point': 0.28; '(which': 0.31; 'running': 0.33; 'entirely': 0.33; 'received:co.za': 0.34; 'received:za': 0.34; 'something': 0.35; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'really': 0.36; 'idle': 0.36; "i'll": 0.36; 'should': 0.36; 'server': 0.38; 'to:addr:python-list': 0.38; 'that,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'called': 0.40; 'warm': 0.60; 'first': 0.61; 'more': 0.64; 'fire': 0.65; 'talking': 0.65; 'subject:. ': 0.67; 'frank': 0.68; 'prompt': 0.68; 'cold': 0.69; 'received:41': 0.70; 'about?': 0.84; 'brief,': 0.84; 'quicker': 0.84; 'old,': 0.85; 'subject:Development': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: "Frank Millman" Subject: Re: Mac vs. Linux for Python Development Date: Sun, 2 Mar 2014 07:51:11 +0200 References: <2465a8c7-ce0e-4606-ad3b-9135c96e3e4c@googlegroups.com> <4e741358-ce12-40ac-97b8-3bbbf2d6ddca@googlegroups.com> X-Gmane-NNTP-Posting-Host: 41-133-115-156.dsl.mweb.co.za X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.3790.4657 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4913 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393739484 news.xs4all.nl 2934 [2001:888:2000:d::a6]:56671 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67410 "Chris Angelico" wrote in message news:CAPTjJmrBU9K0aoJyCUmif1FCExtbsuq27pGxiRvyNd=yVn-D5g@mail.gmail.com... > > The point of this thread isn't really about Windows, so I'll try to > keep it brief, but there are a couple of things I should clarify. The > first one is about the 4+ second import time for decimal. I cited > that, recently, and comparing that with "almost instantaneous" on > Debian (which is what I experience) isn't entirely fair, because it's > more about cold cache versus warm cache. (When I shut down IDLE and > fire it up again, I get sub-second import time. Not as fast as the "so > quick as to be immeasurable" that my Debian box gave, but still > quicker than the 4ish second cold cache.) > Which version are you talking about? I have an old, slow box running Windows Server 2003 and python 3.3.2. I have just booted it up now, called up a command prompt, typed 'python' to start the interpreter, and typed 'import decimal'. The interpreter prompt re-appeared in the blink of an eye. Are you talking about something else? Frank Millman