Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'fixes': 0.05; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sep': 0.09; 'terry': 0.09; 'bug': 0.10; '2.7.3': 0.16; 'considers': 0.16; 'machine?': 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; "ubuntu's": 0.16; 'wrote:': 0.17; 'fix': 0.17; 'jan': 0.18; 'bit': 0.21; 'url:bugs': 0.24; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'am,': 0.27; 'header:X-Complaints-To:1': 0.28; 'feature,': 0.29; "i'm": 0.29; "skip:' 10": 0.30; 'url:python': 0.32; 'getting': 0.33; 'date.': 0.33; 'ubuntu': 0.33; 'to:addr:python-list': 0.33; 'everyone': 0.33; 'updated': 0.34; 'machines': 0.35; 'subject:?': 0.35; 'similar': 0.35; 'something': 0.35; 'received:org': 0.36; 'really': 0.36; 'explain': 0.36; 'url:org': 0.36; 'should': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'release': 0.39; 'notice': 0.39; 'header:Received:5': 0.40; 'else.': 0.65; 'received:fios.verizon.net': 0.84; 'colleague': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: multiple 2.7.3 versions? Date: Fri, 15 Feb 2013 17:47:31 -0500 References: <511E13A2.8010600@chamonix.reportlab.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 In-Reply-To: <511E13A2.8010600@chamonix.reportlab.co.uk> 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: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360968471 news.xs4all.nl 6963 [2001:888:2000:d::a6]:49559 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38965 On 2/15/2013 5:53 AM, Robin Becker wrote: > A colleague reports that this python from a recent Ubuntu x86_x64 > > Python 2.7.3 (default, Sep 26 2012, 21:51:14) Look at the date. This is Ubuntu's updated 2.7.3. It really should be '2.7.3.1' or '2.7.3b' or '2.7.3-ubuntu' or '2.7.3 -- 2012 Sep 6 update' or even '2.7.4a0'. > contains a fix of this bug > > http://bugs.python.org/issue15212 which will be in 2.7.4 for everyone else. > Can someone explain how this 'fix' is leaking out onto his machine? Ubuntu considers getting fixes to people early a feature, not a 'leak'. > 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. -- Terry Jan Reedy