Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28796
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <d@davea.name> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.061 |
| X-Spam-Evidence | '*H*': 0.88; '*S*': 0.00; 'url:activestate': 0.09; 'cc:addr:python-list': 0.10; 'thread': 0.11; '12:04': 0.16; 'folder.': 0.16; 'googling': 0.16; 'wrote:': 0.17; 'posted': 0.22; 'cc:2**0': 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; 'am,': 0.27; 'post': 0.28; 'url:code': 0.29; 'thanks': 0.34; 'pm,': 0.35; 'subject:?': 0.35; 'list.': 0.35; 'subject:: ': 0.38; 'shows': 0.38; 'received:192': 0.39; 'where': 0.40; 'received:192.168': 0.40; 'link': 0.60; 'url:lists': 0.65; 'header:Reply-To:1': 0.68; 'received:74.208': 0.71; 'reply-to:no real name:2**0': 0.72; 'angel': 0.93 |
| Date | Sun, 09 Sep 2012 16:54:20 -0400 |
| From | Dave Angel <d@davea.name> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 |
| MIME-Version | 1.0 |
| To | hamilton <hamilton@nothere.com> |
| Subject | Re: Beginner Q: What does the double underscore __ mean? |
| References | <3dcd70d0-17b5-40a4-803a-eed66639b6e7@googlegroups.com> <mailman.416.1347194363.27098.python-list@python.org> <k2iem2$jes$1@dont-email.me> |
| In-Reply-To | <k2iem2$jes$1@dont-email.me> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 7bit |
| X-Provags-ID | V02:K0:5iExSLskENoWrrlXsEWQgtJwcecbhl6UWISPQiN6B/w rUOF0aopWQEBxKAZbdk8Cfuu97zbKHpjDC4nwWpLlU/mYbIdNg YT/SE3AsWFDZBckGzTwrKQRfC3dbw7NPFQmnOktUyFQYKJEXF8 /edAGLR1shRAuZGT0hK15wDXjvYCdBGYhZ8mwnoXYNo/ASoeh+ rvs5ekrFY5Ft3S0/Ir0lpi3Ap3cKGrb/Oyk4mbd6FlVXShsp+O VqOk6DMJeizZHS67CoLDpHMW72ug312nkyVuW5S61+3Sy++d5c uRJSUf3iloW1bsPU/CU5cb1M5wOJjU/pwaveEFo3Mo0OqUttg= = |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| Reply-To | d@davea.name |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.428.1347224127.27098.python-list@python.org> (permalink) |
| Lines | 24 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1347224127 news.xs4all.nl 6899 [2001:888:2000:d::a6]:53238 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:28796 |
Show key headers only | View raw
On 09/09/2012 12:04 PM, hamilton wrote: > On 9/9/2012 6:39 AM, Dave Angel wrote: >> See the identical thread you posted on tutor, where it was a better >> match. >> >> >> > Would you please post that link for those of us that did not see that > one. > > Thanks > it's a mailing list. There's no links to the mail in my folder. Googling shows me: http://code.activestate.com/lists/python-tutor/90564/ -- DaveA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Beginner Q: What does the double underscore __ mean? StarPilgrim <aaronpil@gmail.com> - 2012-09-09 04:03 -0700
Re: Beginner Q: What does the double underscore __ mean? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-09 12:23 +0100
Re: Beginner Q: What does the double underscore __ mean? Dave Angel <davea@dejaviewphoto.com> - 2012-09-09 08:39 -0400
Re: Beginner Q: What does the double underscore __ mean? hamilton <hamilton@nothere.com> - 2012-09-09 10:04 -0600
Re: Beginner Q: What does the double underscore __ mean? Dave Angel <d@davea.name> - 2012-09-09 16:54 -0400
Re: Beginner Q: What does the double underscore __ mean? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-09 22:05 +0000
Re: Beginner Q: What does the double underscore __ mean? Bryan <bryanjugglercryptographer@yahoo.com> - 2012-09-09 22:38 -0700
csiph-web