Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'cpython': 0.05; 'python': 0.08; 'received:mail-lpp01m010-f46.google.com': 0.09; 'am,': 0.12; 'dictionaries': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.18; 'cc:no real name:2**0': 0.21; 'input': 0.22; 'header:In-Reply- To:1': 0.22; 'feb': 0.22; 'versions': 0.23; 'cc:2**0': 0.26; 'message-id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.29; 'received:209.85.215.46': 0.32; 'thu,': 0.32; 'two': 0.36; 'created': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'hold': 0.38; 'received:209.85.215': 0.39; 'received:209': 0.39; 'guarantee.': 0.84; 'nathan': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=AmTqzixKANDm7dnObZJCjd2avIb5yFaYOXGQqccoNVg=; b=qtomPD+euClx7TKpvYK5pRp/yRvcVgmb3DWIzdRfEfz8WhRohtAF93geB+/9wRLVsA I7Mox1GMgNU0DqgsQHSa0Jb+gsvT8oOgB3vaQCoJ+1L6L6R20RjS1CV3/DyJpzExSEh9 XItIeSECfCSC9IjGIM8GCsi6DnUySXgkEZWok= MIME-Version: 1.0 In-Reply-To: References: <4F332007.9080800@wisc.edu> From: Ian Kelly Date: Thu, 9 Feb 2012 09:35:52 -0700 Subject: Re: frozendict To: Nathan Rice Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 2001:888:2000:d::a6 X-Trace: 1328805384 news.xs4all.nl 6911 [2001:888:2000:d::a6]:59495 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20086 On Thu, Feb 9, 2012 at 8:19 AM, Nathan Rice wrote: > As I said, two dictionaries created from the same input will be the > same... That's an implementation detail, not a guarantee. It will hold for current versions of CPython but not necessarily for other Python implementations.