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


Groups > comp.lang.python > #38969

Re: multiple 2.7.3 versions?

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'win32': 0.03; 'python': 0.09; 'indication': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'terry': 0.09; '"default"': 0.16; '2.7.3': 0.16; 'build.': 0.16; 'checkout,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:2.7.3': 0.16; 'subject:versions': 0.16; 'tagged': 0.16; 'wrote:': 0.17; 'bit': 0.21; 'header:User-Agent:1': 0.26; 'am,': 0.27; "doesn't": 0.28; 'header:X-Complaints-To:1': 0.28; 'case,': 0.29; 'source': 0.29; "i'm": 0.29; 'code': 0.31; 'url:python': 0.32; 'much.': 0.33; 'to:addr:python-list': 0.33; 'machines': 0.35; 'subject:?': 0.35; 'similar': 0.35; 'something': 0.35; 'received:org': 0.36; 'but': 0.36; 'url:org': 0.36; 'charset:us- ascii': 0.36; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'release': 0.39; 'notice': 0.39; 'build': 0.39; 'header:Received:5': 0.40; 'here:': 0.62; 'received:204': 0.72; 'article': 0.78; 'contains.': 0.84; 'received:204.14': 0.84; 'rev': 0.84; 'url:cpython': 0.84; 'fyi': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Ned Deily <nad@acm.org>
Subject Re: multiple 2.7.3 versions?
Date Fri, 15 Feb 2013 15:06:24 -0800
References <511E13A2.8010600@chamonix.reportlab.co.uk> <kfmdu8$iim$1@ger.gmane.org>
Mime-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host 204.14.154.191
User-Agent MT-NewsWatcher/3.5.3b3 (Intel Mac OS X)
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.1854.1360969604.2939.python-list@python.org> (permalink)
Lines 26
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1360969604 news.xs4all.nl 6884 [2001:888:2000:d::a6]:60193
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:38969

Show key headers only | View raw


In article <kfmdu8$iim$1@ger.gmane.org>, Terry Reedy <tjreedy@udel.edu> 
wrote:
> On 2/15/2013 5:53 AM, Robin Becker wrote:
> > On
> > all the other machines I have access to I'm seeing something similar to
> > this
> 
> >> Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit
> >> (Intel)] on win32
> 
> Notice the date again -- the original release date of 2.7.3.

FYI - the date is a build date; it doesn't tell you much about the 
source code base used for that Python build.  The tag to the left of it 
*may* tell you something, for example, if the build is made from an hg 
checkout or if the build is from an official tagged source tarball.  In 
this case, "default" doesn't tell much.  But if it had the hg rev used 
for the checkout, you have some indication of what it contains.  The 
official rev tags for each release are available here:

http://hg.python.org/cpython/tags

-- 
 Ned Deily,
 nad@acm.org

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


Thread

Re: multiple 2.7.3 versions? Ned Deily <nad@acm.org> - 2013-02-15 15:06 -0800

csiph-web