Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20895
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:: [': 0.02; 'subject:Python': 0.05; 'release.': 0.09; 'sure,': 0.09; 'yet.': 0.15; 'finney': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'released.': 0.16; 'subject:Release': 0.16; 'verbose,': 0.16; 'subject:] ': 0.18; 'wrote:': 0.18; 'seems': 0.20; 'header:In-Reply-To:1': 0.22; 'feb': 0.22; 'candidate': 0.26; 'not.': 0.28; 'message-id:@mail.gmail.com': 0.29; 'pm,': 0.29; '"make': 0.30; '*and*': 0.30; 'sun,': 0.30; 'received:209.85.212': 0.33; "can't": 0.33; 'to:addr:python-list': 0.35; 'fair': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'either': 0.37; 'received:209.85': 0.38; 'think': 0.38; 'unless': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'release': 0.40; 'header:Received:6': 0.61; '26,': 0.73; 'received:10.180': 0.84; 'candidate,': 0.95 |
| Received-SPF | pass (google.com: domain of rosuav@gmail.com designates 10.180.86.9 as permitted sender) client-ip=10.180.86.9; |
| Authentication-Results | mr.google.com; spf=pass (google.com: domain of rosuav@gmail.com designates 10.180.86.9 as permitted sender) smtp.mail=rosuav@gmail.com; dkim=pass header.i=rosuav@gmail.com |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=rd/FUCQv5j3/znQVXj8pmKwXzXcC/YUw4kXIHOXsIJs=; b=RUS1ytulMLVI/vFPIcYWkRQnifY79wrqkOSoGcN1pBzcHuZ+VnCvMTzME+oJseX83D 9fG/dlo/6pTBwnlaAaYStsSIxDaN15khrmBYJMuV7EwhNrZ5vVHE+QepLjpqZAgMBoHi JMsjmFCd99XtfBT4YdcSI0VA7PKxUmiI71B+c= |
| MIME-Version | 1.0 |
| In-Reply-To | <87haydss3w.fsf@benfinney.id.au> |
| References | <mailman.160.1330192578.3037.python-list@python.org> <87ty2ern8j.fsf@benfinney.id.au> <mailman.169.1330247038.3037.python-list@python.org> <87haydss3w.fsf@benfinney.id.au> |
| Date | Mon, 27 Feb 2012 00:01:55 +1100 |
| Subject | Re: [RELEASED] Release candidates for Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3 |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | quoted-printable |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| 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.179.1330261317.3037.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1330261317 news.xs4all.nl 6849 [2001:888:2000:d::a6]:51369 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:20895 |
Show key headers only | View raw
On Sun, Feb 26, 2012 at 11:21 PM, Ben Finney <ben+python@benfinney.id.au> wrote: > Unless “release candidate” means nothing like what those words imply, it > can't be both a release candidate *and* released. > > Either it's released, or it's not. If it's a release candidate, it's not > released yet. If it's released, it's no longer a candidate for release. Sure, fair enough. So what DO you do with an RC? "Make it available"? Seems a little verbose, but it's the best I can think of off-hand. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RELEASED] Release candidates for Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3 Benjamin Peterson <benjamin@python.org> - 2012-02-25 12:56 -0500
Re: [RELEASED] Release candidates for Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3 Ben Finney <ben+python@benfinney.id.au> - 2012-02-26 19:51 +1100
Re: [RELEASED] Release candidates for Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3 Chris Angelico <rosuav@gmail.com> - 2012-02-26 20:03 +1100
Re: [RELEASED] Release candidates for Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3 Ben Finney <ben+python@benfinney.id.au> - 2012-02-26 23:21 +1100
Re: [RELEASED] Release candidates for Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3 Chris Angelico <rosuav@gmail.com> - 2012-02-27 00:01 +1100
Re: [RELEASED] Release candidates for Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-02-26 13:08 +0000
Re: [RELEASED] Release candidates for Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3 Jean-Michel Pichavant <jeanmichel@sequans.com> - 2012-02-27 15:23 +0100
Re: [RELEASED] Release candidates for Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3 Terry Reedy <tjreedy@udel.edu> - 2012-02-26 17:20 -0500
Re: [RELEASED] Release candidates for Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3 Benjamin Peterson <benjamin@python.org> - 2012-02-27 14:16 +0000
Re: [RELEASED] Release candidates for Python 2.6.8, 2.7.3, 3.1.5, and 3.2.3 Ben Finney <ben+python@benfinney.id.au> - 2012-02-28 08:30 +1100
csiph-web