Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'cpython': 0.05; 'dependency': 0.09; 'subject:Why': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'sys.path': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'sender:addr:gmail.com': 0.17; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'anyone': 0.31; 'received:google.com': 0.35; 'subject:?': 0.36; 'does': 0.39; 'refer': 0.63 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=p+OrQ77XOzt6cIB08DAJH1+fSFnVvm+KrLzgEfUPrCk=; b=XAzyX9ZXe3v8WQtCo1KV04KAgN8GoNntrG4y1HG4Qv1v6e7IL3N0O6ukMpR9P99q9D R36tOv8KeKwJNeW0ckV5JlZWIn/sS8xIG089m4WNdnga3sFulgzF3lfEIzhgCSc2kOb1 yfU5VQOqFAT1AKHlh7CuN5Zy7NqGEOoCxG0LD6a6UEyP5y9T+AIyX6nY+qZEMpLC84hk oHaheuB5GBrC6Q6WkmJsIXCQ/5HZE9Gn3alw1wPBbpgK1o5sONnjkW4dNvXo/LNo8YGA vwjxjFc3tp7pU5HzLPWB0NHlZNZDMQH0DhY7lMwcjPJZoHWX3lNsjvpXfMrEcj0i6IC+ We5A== MIME-Version: 1.0 X-Received: by 10.50.1.37 with SMTP id 5mr24774505igj.29.1372855426638; Wed, 03 Jul 2013 05:43:46 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: <51d41774$0$29999$c3e8da3$5496439d@news.astraweb.com> References: <51d41774$0$29999$c3e8da3$5496439d@news.astraweb.com> Date: Wed, 3 Jul 2013 07:43:46 -0500 X-Google-Sender-Auth: oqbSVw_3q1G9q5qOe0DXKW_92rw Subject: Re: Why is CPython 2.5 a dependency for Jython 2.5? From: Skip Montanaro To: "Steven D'Aprano" Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372855434 news.xs4all.nl 15994 [2001:888:2000:d::a6]:45776 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49724 > Does anyone know why CPython 2.5 is a dependency for Jython 2.5.1+ on > Debian squeeze? Might Jython use some Python modules/packages unmodified? Does sys.path in Jython refer to the CPython tree? Skip