Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72568
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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 | OK 0.123 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.77; '*S*': 0.01; 'anymore.': 0.09; 'python': 0.11; 'mostly': 0.14; 'scope.': 0.16; 'url:earth': 0.16; 'wa,': 0.16; 'examples': 0.20; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; "i'm": 0.30; 'guess': 0.33; 'earth': 0.36; 'charset:us- ascii': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'free': 0.61; 'you.': 0.62; 'to:addr:gmail.com': 0.65; 'beat': 0.68; 'usa': 0.69; 'article': 0.77; 'glad': 0.83 |
| 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=VWnjwfYSGonM0pfK+DvdIyFK84MROMPjdxkWUubjyAM9erxGiCuITe2LonhmgklOZ3pZ d5z6l067BzASt+LiE6QT448+nPlFpOK4UcZZLVMiFJek7czEuwCt0UQKE0PRAL1I98fjNS T7lSk4gDx0ocfmMb9J56louDSiWNlOqvQ= |
| 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=4ylSx/SkelxZiwiuUtX/pltO4Sk1HRP2wilyjPmJi1Y=; b=FpLnO2Q0zjHwWO6V16FeDHz0Qv4cCgbV4cN0BRmniR5T1Y1ng8RNC2DohMaESmWCD5mC LGzT3RXTD1ETvvd3Lk4TV3IIYrdbb/i0oVMOT2mKMjKiAcSLNGY07+2/PXNCKFrEq3xZnE 5NLqDEiy2OC66q1DNRTZhS5ovy/0uU7G0= |
| Mime-Version | 1.0 |
| Date | Tue, 3 Jun 2014 17:14:02 -0800 |
| From | Deb Wyatt <codemonkey@inbox.com> |
| Subject | Re: immutable vs mutable |
| To | Mark H Harris <harrismh777@gmail.com>, python-list@python.org |
| In-Reply-To | <lmlbit$rds$1@speranza.aioe.org> |
| References | <mailman.10641.1401824651.18130.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 | sRhxT86TEMz3ArzNEDvR2Fg6PQ5AT-eh9UXAFkBJCjbaHQVR1STHOuoeKxNO FFYfG1YhFjTbS9CYZwZeZnmkAgYXk2gyglROn8c0qlGQc_lHUTBsG4nt_rCr vXGS3LfQohSpNz3WGKw@@ |
| 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.10659.1401844444.18130.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1401844444 news.xs4all.nl 2912 [2001:888:2000:d::a6]:53064 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:72568 |
Show key headers only | View raw
> > The examples deal mostly with names and scope. The article in my opinion > confuses a Python concept which is otherwise very straight-forward which > has been beat to death on this forum. > > marcus Well, I'm glad you find this concept straight-forward. I guess I'm not as smart as you. I won't beat it anymore. Deb in WA, USA ____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop! Check it out at http://www.inbox.com/earth
Back to comp.lang.python | Previous | Next — Previous in thread | 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