Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72544
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <codemonkey@inbox.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | UNSURE 0.481 |
| X-Spam-Level | **** |
| X-Spam-Evidence | '*H*': 0.39; '*S*': 0.35; 'topic:': 0.09; 'url:blog': 0.10; 'wa,': 0.16; 'help.': 0.21; 'everyone': 0.33; 'anybody': 0.35; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'to:addr:python- list': 0.38; 'list,': 0.38; 'to:addr:python.org': 0.39; 'free': 0.61; 'visit': 0.64; 'usa': 0.69; 'online': 0.71; 'article': 0.77; 'friends': 0.81; 'photos': 0.93; 'more!': 0.95 |
| DomainKey-Signature | q=dns; a=rsa-sha1; c=nofws; d=inbox.com; s=s1; h=mime-version:date:message-id:from:subject:to:content-type; b=LXQ5xxEiRb++IvZROIZ9eMoY3cXnGKPewvr/Bu9UU5hBCZhB/lIrZOZ97oEwWsYwZBui diFbfiwpg5tFAKNzfQPI6WP+D/r4hIFjR+jncABair9pKX2/C/7P/jeoadSgBi1dDoO7fM hvmKZTs1VdNKjnq+nFK4TspRsmfbqJJsg= |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; q=dns/txt; d=inbox.com; s=s1; h=mime-version:date:message-id:subject:from:to:content-type; bh=yAAyKuZqvdWFL5HBZYo3JP3rGY9qylby4wamZB74Tx4=; b=oujIHk/3mKoPGcqmyyGE9tVBOq0KTt3FJwC1ulNH5KjX+hsr13XsGwXhxoU3Sd19AQaB Ml5cnnh6bMnHV/TeJRrlNShcQvFFrVsSb86wbs3XGc9baWN6hgo7fql97obaR6OCp5P+rf VFDEfx7Co3UslMEwxNHOH7OWpuFU3Gj5M= |
| Mime-Version | 1.0 |
| Date | Tue, 3 Jun 2014 09:29:49 -0800 |
| From | Deb Wyatt <codemonkey@inbox.com> |
| Subject | immutable vs mutable |
| To | python-list@python.org |
| X-Mailer | INBOX.COM |
| X-Originating-IP | 98.247.209.87 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | quoted-printable |
| X-IWM-ACU | pJmofCEp-7uf9BmiZqlRQefA0WD2NSZAX9N42F3g5piA4jrWARyd_OVHXsZC UxNCDGNTC299BhDbf-Dsl5oysunlawZ6wxDPri33PrNkHlz560lnwYQJJ9W1 uoD32UWqyJeMvmjBI0g@@ |
| X-Mailman-Approved-At | Tue, 03 Jun 2014 21:44:10 +0200 |
| 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.10641.1401824651.18130.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1401824651 news.xs4all.nl 2964 [2001:888:2000:d::a6]:58342 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:72544 |
Show key headers only | View raw
Thanks everyone for your help. I also found this article while I was waiting for answers from this list, in case anybody else is interested in this topic: http://www.spontaneoussymmetry.com/blog/archives/438 Deb in WA, USA ____________________________________________________________ FREE ONLINE PHOTOSHARING - Share your photos online with your friends and family! Visit http://www.inbox.com/photosharing to find out more!
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
immutable vs mutable Deb Wyatt <codemonkey@inbox.com> - 2014-06-03 09:29 -0800
Re: immutable vs mutable Mark H Harris <harrismh777@gmail.com> - 2014-06-03 15:35 -0500
Re: immutable vs mutable Deb Wyatt <codemonkey@inbox.com> - 2014-06-03 17:14 -0800
Re: immutable vs mutable Deb Wyatt <codemonkey@inbox.com> - 2014-06-03 17:14 -0800
Re: immutable vs mutable Mark H Harris <harrismh777@gmail.com> - 2014-06-04 14:00 -0500
Re: immutable vs mutable Ethan Furman <ethan@stoneleaf.us> - 2014-06-03 18:24 -0700
Re: immutable vs mutable Mark H Harris <harrismh777@gmail.com> - 2014-06-04 13:52 -0500
Re: immutable vs mutable Mark H Harris <harrismh777@gmail.com> - 2014-06-04 13:52 -0500
Re: immutable vs mutable Chris Angelico <rosuav@gmail.com> - 2014-06-04 12:27 +1000
Re: immutable vs mutable Steven D'Aprano <steve@pearwood.info> - 2014-06-04 05:02 +0000
Re: immutable vs mutable Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-04 09:23 +0100
Re: immutable vs mutable Deb Wyatt <codemonkey@inbox.com> - 2014-06-03 19:56 -0800
Re: immutable vs mutable Deb Wyatt <codemonkey@inbox.com> - 2014-06-03 17:57 -0800
Re: immutable vs mutable Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-04 09:25 +0100
csiph-web