Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'here?': 0.09; 'if,': 0.09; 'subject:command': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'subject:already': 0.16; 'sys.modules': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'module': 0.19; '>>>': 0.22; 'import': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'second': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'array': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; '>>>>': 0.31; 'once,': 0.31; 'sep': 0.31; 'file': 0.32; 'run': 0.32; 'fri,': 0.33; 'subject:the': 0.34; 'received:google.com': 0.35; 'there': 0.35; 'little': 0.38; 'first': 0.61; 'more': 0.64; 'prompt': 0.68; 'questions;': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=1sIQVQWC7y/F27MaLmc9CfznSADPcfK8kmSgU11GwCs=; b=H3hw+sS4mQ/8Js6/6J6Cb8gEbk/HSWdlyiRup4e+X8VgxkzuQtfm9UwH3LPNx6oYNd TBDrUHp9hc8bVoXxDdV9kK8yh5IlsN6Fsym+QPA007VeUhtSW0Fu94gBB+Krci3SPfeL ZD0Q2iLv4+Rbr27q6tnRXmSP9hsnsvRWmFRmFNcPEV3fFrIzi3VK2a2ojsdIxAHIRyWQ ZEGmW/Y96sM2ir7FqxN7V7bZaVgR2UB2L3VAZlqaVjg3FU5DhahHOq9FHNF2RCt+Xrx8 7CKaOnK/4d4lS737eTEMmKHTZhJPDP1aYut7Mwga25B04vLUpbf3xG9eLYhDne8sq0cB cnMw== MIME-Version: 1.0 X-Received: by 10.50.56.42 with SMTP id x10mr6746428igp.1.1411095107691; Thu, 18 Sep 2014 19:51:47 -0700 (PDT) In-Reply-To: References: <4jrh1adtbsvnr9o20r9k3hfe4nkrkps2dk@4ax.com> <5gdk1appae03ngjlot2hg574udmnc0iqg9@4ax.com> <22ul1a9bfsehco2kk5jb0uif8mpm33ue37@4ax.com> Date: Fri, 19 Sep 2014 12:51:47 +1000 Subject: Re: the python shell window is already executing a command From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1411095115 news.xs4all.nl 2850 [2001:888:2000:d::a6]:55498 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:78055 On Fri, Sep 19, 2014 at 5:05 AM, Terry Reedy wrote: > A couple more questions; after you run the file once, is there a warning > above the first >>> prompt? If, after the program stop and you see a second >>>> prompt and run >>>> import sys; len(sys.modules), 'array' in sys.modules > what is the result? What's significant about the array module here? I'm a little puzzled. ChrisA