Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.033 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:: [': 0.04; 'subject:Python': 0.06; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'compression': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:ftp': 0.16; 'wrote:': 0.18; 'subject:] ': 0.20; 'header:User- Agent:1': 0.23; 'source': 0.25; 'header:X-Complaints-To:1': 0.27; 'generally': 0.29; 'newer': 0.30; 'provided,': 0.31; 'releases,': 0.31; 'url:python': 0.33; 'not.': 0.33; "can't": 0.35; 'but': 0.35; 'in:': 0.36; 'ones,': 0.36; 'url:org': 0.36; 'so,': 0.37; 'to:addr:python-list': 0.38; 'files': 0.38; 'recent': 0.39; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'received:org': 0.40; 'release': 0.40; 'most': 0.60; 'hope': 0.61; 'managers': 0.61; 'url:3': 0.61; 'decided': 0.64; 'different': 0.65; 'url:4': 0.69; 'received:204': 0.75; 'article': 0.77; 'received:204.14': 0.84; 'why?': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: [RELEASED] Python 3.3.4 Date: Sat, 15 Feb 2014 15:00:37 -0800 References: <52F93CCC.70304@python.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 204.14.154.233 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1392505248 news.xs4all.nl 2978 [2001:888:2000:d::a6]:53016 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:66493 In article , Makoto Kuwata wrote: > By the way, I can't find Python-3.3.4.tar.bz2 in: > http://www.python.org/ftp/python/3.3.4/ > > Python-3.3.{1,2,3}.tar.bz2 and Python-3.4.0.tar.bz2 are provided, > but Python-3.3.4.tar.bz2 is not. Why? > # I hope that Python-3.3.4.tar.bz2 is also provided. The release managers decided that having three different source release formats was not necessary so, as of recent Python releases, the bz2 format is no longer provided. The newer xz compression format provides generally smaller files than bz2 and the gz format is provided because of its wide support. (BTW, Python 3.4.0 is not released yet; some early alphas of 3.4.0 still provided .bz2 tarballs but the most recent ones, including the current rc1, do not.) -- Ned Deily, nad@acm.org