Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:" ': 0.03; 'predefined': 0.05; 'builtin': 0.09; 'interpreter,': 0.09; 'libs': 0.09; 'runtime': 0.09; 'pydev': 0.16; 'sha,': 0.16; 'libraries': 0.25; 'modules': 0.25; '(the': 0.28; 'message-id:@mail.gmail.com': 0.28; 'shell': 0.29; '"the': 0.29; 'writer': 0.30; 'installation': 0.30; 'subject:?': 0.31; 'too': 0.32; 'does': 0.33; 'to:addr :python-list': 0.34; 'subject:What': 0.35; 'option': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209.85.161': 0.38; 'think': 0.38; 'should': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'analyzed': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=IuErrvK4sIUnauWYM9Hk7AFpPdDfiOqZ2eURAyzMuVg=; b=GeQAxTiCoApGyoi18qKA8tnf1hHhGV7vR1sLvbMmxwSBA/tvsXsE1r8gCy/28LHEJT NCwxYMOEK1+F4T+BZzbV0bdjUqN5qn2LRVEYXXRI/WTRSELLzNsKaZdX8/yw1p5FrDA8 KmelTSU5whF1j6tw2+vssiohOJCT59iTZsf+0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=B6wFYvTqSbTvGEOkYv5oyLDM7AXFkJ3cIAedPC+616K+yXnju1J/y9yJDC7fNI0xUI gqECm8b8Y8NWc/ATh5uplWvDv+IFhLL7/l/GPgiajpBbP/DydqzHvN+OwdFBd5U1powB wXVAO2/QLX+9vis6wl8OJ4eSnMiFlx/oMYGIE= MIME-Version: 1.0 Date: Sat, 25 Jun 2011 20:33:05 +0200 Subject: What does "shell introspection" mean? From: Juan Kinunt To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 82.94.164.166 X-Trace: 1309026789 news.xs4all.nl 4357 [::ffff:82.94.164.166]:55150 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8449 In the PyDev installation documentation you see this sentence: "The Forced builtin libs are the libraries that are built-in the interpreter, such as __builtin__, sha, etc or libraries that should forcefully analyzed through shell introspection (the other option to analyze modules with too much runtime information is providing Predefined Completions)." What does "shell introspection" mean? And what do you think the writer want to say with "too much runtime information"?