Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news-transit.tcx.org.uk!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed6.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'bug': 0.02; 'python.': 0.04; '*not*': 0.05; 'received:209.85.210.174': 0.13; 'received :mail-iy0-f174.google.com': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:=': 0.16; 'wrote:': 0.18; 'arguments': 0.18; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; 'removed.': 0.24; 'asking': 0.28; 'message- id:@mail.gmail.com': 0.28; 'pm,': 0.29; 'bugs.': 0.30; 'fri,': 0.34; 'to:addr:python-list': 0.34; 'but': 0.37; 'received:google.com': 0.37; 'could': 0.37; 'received:209.85': 0.38; 'couple': 0.38; 'called': 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; '2011': 0.61; 'back': 0.62 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=G/3rac5M4xcvinsoHKAff/HCLcYYmycvkE2moJ7zIDI=; b=UTRuwjXQxqFoHk/7vK962oe2zB9qnUAbH8X5ZtsL11TWLBDatFUgJvx2eAPWTVf78S mvegUQUXPSrfeW252t1lU1MhGcZlRMTxJv99EeLjLBriFqnZoSKDqHHrDxGXVe5jkxii GGkctINv9dUgMUw82AS03hMNXfgz8/5OIL/hs= MIME-Version: 1.0 In-Reply-To: <4EF440A9.7030101@stoneleaf.us> References: <18f78d0d-1e70-4c7b-9033-1422e6edb6db@t13g2000yqg.googlegroups.com> <10c62dac-2750-4f08-8962-21952c1c0a0b@v31g2000prg.googlegroups.com> <5a7a7aab-a320-4429-a130-ffcfcf0ac174@v24g2000prn.googlegroups.com> <4EF440A9.7030101@stoneleaf.us> Date: Fri, 23 Dec 2011 20:59:16 +1100 Subject: Re: what does 'a=b=c=[]' do From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1324634359 news.xs4all.nl 6871 [2001:888:2000:d::a6]:42138 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17789 On Fri, Dec 23, 2011 at 7:49 PM, Ethan Furman wrote: > That is the most ridiculous thing I have heard in a while. =A0Mutable def= ault > arguments are *not* a bug in Python. > > Reminds me of a bug report a couple years back claiming multiple inherite= nce > was a bug and asking it to be removed. Both of these could arguably be called misfeaures, but not bugs. ChrisA