Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #67431

Re: Can tuples be replaced with lists all the time?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ashish.u.panchal@googlemail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.157
X-Spam-Level *
X-Spam-Evidence '*H*': 0.69; '*S*': 0.00; 'immutable': 0.09; 'message-id:@mail.gmail.com': 0.30; 'keys': 0.31; 'subject:all': 0.32; 'subject:time': 0.33; 'subject:the': 0.34; 'subject:with': 0.35; "can't": 0.35; 'no,': 0.35; 'subject:lists': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'list.': 0.37; 'from:addr:googlemail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'subject:Can': 0.60
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=/7XpqXOh1+ycZWjl9m05APkzjYyVrFVj73dMop6UlaI=; b=qVHbMi2ARh44QQF23MiMSe5at/zy3MmCkbPalSalBKSvHQdVvj4TJSfJ0K9to7Xpbb oswLcxg1vYoA21jS21MATcLtAVeEULp8zh43VYaohFxkGFmNnEkobrNBOO7trs8PGK9Q ra9IfNLZemwh53dtE8TlPgoAFoag7thqNSPUsi8xQniM2DnTCzOWSmkh3oBgeumTyeZC SRPc8OMYKuHzce1gaYVowKcL9QnzUvTxE8P6yFUGOnDtyzA10h32sA2ItBDtuXIGrkgy V9nTOjWUcMoGk9XE4JbZg2veZi0BkZ5MMFUhL/aHBrQe9DiC/6vgLmSZTKCB8SJEUK+K JbYQ==
MIME-Version 1.0
X-Received by 10.236.82.46 with SMTP id n34mr14825725yhe.25.1393761914717; Sun, 02 Mar 2014 04:05:14 -0800 (PST)
Date Sun, 2 Mar 2014 17:35:14 +0530
Subject Re: Can tuples be replaced with lists all the time?
From Ashish Panchal <ashish.u.panchal@googlemail.com>
To python-list@python.org
Content-Type multipart/alternative; boundary=20cf301b65e7d40a3a04f39e7b12
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.7571.1393763283.18130.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1393763283 news.xs4all.nl 2855 [2001:888:2000:d::a6]:39249
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:67431

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

No, not always. You can use yuples as dictionary key as keys are immutable
and you can't use it as list.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Can tuples be replaced with lists all the time? Ashish Panchal <ashish.u.panchal@googlemail.com> - 2014-03-02 17:35 +0530

csiph-web