Path: csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!feeder.news-service.com!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.071 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'subject:()': 0.09; '>>>': 0.12; 'wrote:': 0.14; 'rantingrick': 0.16; 'subject:skip:d 10': 0.18; 'header:In-Reply-To:1': 0.22; 'mon,': 0.22; 'received:209.85.220': 0.26; 'to:addr:python-list': 0.32; 'from:charset:iso-8859-1': 0.33; 'received:192.168.1': 0.34; 'received:192': 0.34; '-0700,': 0.35; 'received:192.168': 0.37; 'received:209.85': 0.37; 'received:google.com': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'header:Mime- Version:1': 0.39; 'header:Received:5': 0.40; 'message- id:@localhost.localdomain': 0.74; '19:58': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:to:in-reply-to:references :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=S3Sfczcpy6y1JpNhtwfgESVeQuSLlj1smZKkRfmcwXo=; b=DRGIlXfFaJ0NRgOWlw88cZVgEG68jF7zflRaq7L8rYV5ywpI1TGewyH1nzKCfPVuf3 rBgvpFn2PNsMEIt8mhXvQrgqjQ4R1CvyZ4i8AoQIZ/irsyCo1tvyQxeISh6q/7PvqIWA o3Jip1WqURjZyYVeZNw2/xBjuDsM5VTTss/r0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=eeRIRMH5zbwP3ViUiRrM8odrMqm9hp5MjXJPPXP/w6FAOpubR88PVD7fucnaIKWSCt NVAMYDdxwvw+2vXioCD61bPv3ZjifCWuNC/SvLuTt/rbmLn3tyz1/fVUrFH7A9TesQqZ OFw4UZ+BMQOvHulVeJM/kdRYZYbzvUU74Qjd8= Subject: Re: dict.setdefault() From: Westley =?ISO-8859-1?Q?Mart=EDnez?= To: python-list@python.org In-Reply-To: References: <48897e75-c02c-43c7-9f46-39da4bcc406d@p16g2000vbi.googlegroups.com> <1302560207.11756.1.camel@localhost.localdomain> Content-Type: text/plain; charset="UTF-8" Date: Tue, 12 Apr 2011 07:02:14 -0700 Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit 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: 8 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1302616940 news.xs4all.nl 41102 [::ffff:82.94.164.166]:38895 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3050 On Mon, 2011-04-11 at 19:58 -0700, rantingrick wrote: > > > >>> dict.update(D, cobblerexistingkeys=False) Fix'd Much yummier now.