Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'runtime': 0.09; 'to:addr:comp.lang.python': 0.09; 'tuple.': 0.09; 'cc:addr:python- list': 0.10; 'anyway': 0.11; 'wow,': 0.16; 'tuples': 0.22; 'cc:2**0': 0.23; 'elements': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'thanks!': 0.26; 'there.': 0.28; 'dictionary': 0.29; 'wrap': 0.29; "i'm": 0.29; 'that.': 0.30; 'could': 0.32; 'received:google.com': 0.34; "won't": 0.35; 'received:209.85': 0.35; "didn't": 0.36; "i'll": 0.36; 'subject:with': 0.36; 'why': 0.37; 'received:209': 0.37; 'received:209.85.216': 0.37; 'subject:: ': 0.38; 'think': 0.40; 'beforehand': 0.84 X-Received: by 10.49.24.14 with SMTP id q14mr981124qef.17.1361236743222; Mon, 18 Feb 2013 17:19:03 -0800 (PST) Newsgroups: comp.lang.python Date: Mon, 18 Feb 2013 17:19:03 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=192.26.212.202; posting-account=2oI5NgoAAABmfLtRwk_WMZPnO-jspqQ2 References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 192.26.212.202 MIME-Version: 1.0 Subject: Re: Dictionaries with tuples or tuples of tuples From: Jon Reyes To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org 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: , Message-ID: Lines: 4 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361236751 news.xs4all.nl 6840 [2001:888:2000:d::a6]:45103 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39156 Wow, why didn't I think of that. Thanks! I'll try it now. By the way I thin= k I don't need to wrap the single tuples in runtime because I'm declaring t= hat dictionary anyway beforehand and I could just do it right there. I won'= t be adding elements to the tuple.