Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'cpython': 0.05; "'python": 0.09; 'false,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Does': 0.09; 'psf': 0.10; 'python': 0.11; 'jan': 0.12; '2.7': 0.14; 'language.': 0.14; 'windows': 0.15; '"python': 0.16; '2.7.3': 0.16; 'before.': 0.16; 'bug,': 0.16; 'presume': 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:uninstall': 0.16; 'uninstall': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'header:User-Agent:1': 0.23; '(such': 0.24; 'subject:upgrade': 0.24; 'possibly': 0.26; 'header:X-Complaints- To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'quickly': 0.29; '-0700,': 0.31; '3.2': 0.31; 'subject:from': 0.34; 'test': 0.35; 'but': 0.35; 'there': 0.35; 'installing': 0.36; 'thanks': 0.36; 'possible': 0.36; 'subject:?': 0.36; 'operating': 0.37; 'to:addr :python-list': 0.38; 'pm,': 0.38; 'previous': 0.38; 'recent': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'release': 0.40; 'remove': 0.60; 'managers': 0.61; 'new': 0.61; 'received:173': 0.61; 'soon': 0.63; 'expose': 0.84; 'received:fios.verizon.net': 0.84; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Does upgrade from 2.7.3 to 2.7.5 require uninstall? Date: Thu, 20 Jun 2013 21:03:28 -0400 References: 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/20130509 Thunderbird/17.0.6 In-Reply-To: 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371776634 news.xs4all.nl 15906 [2001:888:2000:d::a6]:47324 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48833 On 6/20/2013 2:44 PM, Alister wrote: > On Thu, 20 Jun 2013 11:35:49 -0700, Wanderer wrote: > >> Do I need to uninstall Python 2.7.3 before installing Python 2.7.5? >> >> Thanks > > that will depend on your operating system an possibly the variety of > python "Python 2.7.3' and 'Python 2.7.5' are by trademark PSF CPython implementations of the Python 2.7 language. The Windows installers *replace* previous micro releases because the new bugfix release is presumed to be better than any before. When that turns out to be sufficiently false, there is a new bugfix release as soon as possible to remove the regressions. Hence 2.7.4 was quickly replaced by 2.7.5 (and same for recent 3.2 and 3.3 releases). (Such regressions, as with any bug, expose deficiencies in the test suite, which also get corrected.) I presume that *nix package managers also replace, but have not used them. -- Terry Jan Reedy