Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51305

Re: Python Script Hashplings

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.059
X-Spam-Evidence '*H*': 0.90; '*S*': 0.01; 'mrab': 0.05; 'subject:Python': 0.06; 'binary': 0.07; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reliability.': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'skip:( 20': 0.30; 'fri,': 0.33; 'test': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'doubt': 0.36; 'version,': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'future': 0.60; 'such': 0.63; 'happen': 0.63; 'more': 0.64; '26,': 0.68; 'jul': 0.74; '2013,': 0.91; '2013': 0.98
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:to :content-type; bh=MRirqdhSuuEr2lvvl2QzjHstYIXdmMQcaNJZkvl5qsA=; b=J/3BaO2xBhlCYMo4I+yeK19CjNJYRAciJRwwQtZWo8K4rV++5DSijfA+wDbBs35UsE QMsfoR8zs7gCUMydevMUyMlxrhPUzoOJkH1j3ZJWh0R/2V+Xps9byWUZsuVdfmB42R8p tJfbJIeXfuH3FQpn55y9kIHLh0f8E0Vxe7mRc7Y0p+jgSFy6K9lqg+IxcRo/X5QPHwWS Rfqo+AFDpGTG3Bl5/tHuxyJivO/VJqmrnCg30gbX4osbK3mmxW4gok/htJx1x9syPzO/ ACpFXt+6TG1We8RckH+bYxquZRc2rgT8e3Et6Nupqm28SS+33l2T+kDBiZGvgKsu037R r8Kw==
MIME-Version 1.0
X-Received by 10.58.223.238 with SMTP id qx14mr20227311vec.98.1374848100012; Fri, 26 Jul 2013 07:15:00 -0700 (PDT)
In-Reply-To <51F27F72.3020807@mrabarnett.plus.com>
References <51F12B41.3050004@Gmail.com> <51F12E31.1070502@mrabarnett.plus.com> <51F2517D.2070009@Gmail.com> <CAPTjJmo4epku6P1p34w8txvKA4DBbHNECoa33Qah_ReK8r+-vw@mail.gmail.com> <51F27F72.3020807@mrabarnett.plus.com>
Date Fri, 26 Jul 2013 15:14:59 +0100
Subject Re: Python Script Hashplings
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5148.1374848101.3114.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1374848101 news.xs4all.nl 15895 [2001:888:2000:d::a6]:48075
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51305

Show key headers only | View raw


On Fri, Jul 26, 2013 at 2:53 PM, MRAB <python@mrabarnett.plus.com> wrote:
> If you want to test what would happen if that version wasn't installed,
> set the shebang line to a future version, such as Python 3.4. I doubt
> you have that installed! :-)

Be careful, some people DO have a python3.4 binary :) Go for 3.5 for a
bit more reliability.

rosuav@sikorsky:~$ python3.4
3.4.0a0 (default:da7d97ca1ef6, Jul 13 2013, 14:05:08)
[GCC 4.7.2]

ChrisA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python Script Hashplings Chris Angelico <rosuav@gmail.com> - 2013-07-26 15:14 +0100

csiph-web