Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19057
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!border1.nntp.ams2.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <ether.joe@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.022 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'python:': 0.05; 'am,': 0.12; '16,': 0.15; 'cc:addr:python-list': 0.15; 'mon,': 0.15; 'string:': 0.16; 'subject: \n ': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'wrote:': 0.16; 'jan': 0.19; 'cc:no real name:2**0': 0.21; 'subject:list': 0.21; 'header:In-Reply-To:1': 0.22; 'cc:2**0': 0.25; 'code.': 0.26; 'expect': 0.26; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'received:209.85.214': 0.32; 'list': 0.32; 'question,': 0.34; '...': 0.35; 'received:google.com': 0.37; 'steven': 0.38; 'received:209.85': 0.38; 'think': 0.38; 'received:209': 0.39; 'subject:: ': 0.39; 'noise': 0.67; 'night': 0.82; 'secret': 0.82; 'watched': 0.93; 'subject:FROM': 0.97 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oHKcDeacp6FKyO0FCZyDLqlSRW6zzd0VNKk35vE/AwA=; b=BcQf0a6eP6gLICUDvc3HeWN+/kPhqPsOsqXShUtYWUVEZVInGOD7naHOIyRU7F0Hg5 RqpSAS+EdHjilQFfX37CM8+UdsrF51B50avu4TGCAw2xAmMEZ0D0KQ5Eu7p3MoCsS0+O AwdBvmNT5um6y8ujMP+uehTFTXEdyjIl5i5HQ= |
| MIME-Version | 1.0 |
| In-Reply-To | <4f13cb2d$0$30001$c3e8da3$5496439d@news.astraweb.com> |
| References | <mailman.4786.1326690281.27778.python-list@python.org> <4f13cb2d$0$30001$c3e8da3$5496439d@news.astraweb.com> |
| Date | Tue, 17 Jan 2012 10:59:51 -0300 |
| Subject | Re: THAT WHAT NEED EXPECT FROM OPERATORS OF PYTHON. (e-mail get by the list moderator) |
| From | Sean Wolfe <ether.joe@gmail.com> |
| To | "Steven D'Aprano" <steve+comp.lang.python@pearwood.info> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| 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.4812.1326808793.27778.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1326808793 news.xs4all.nl 6971 [2001:888:2000:d::a6]:50505 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:19057 |
Show key headers only | View raw
On Mon, Jan 16, 2012 at 4:01 AM, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> wrote:
> On Mon, 16 Jan 2012 09:03:54 +0300, _ wrote:
>
>> # THAT WHAT NEED EXPECT FROM OPERATORS OF PYTHON: Worddr = "56" # CREATE
>> A STRING: "56" Word = ["12"] # CREATE A LIST WITH ONE SIGNED: "12" Word
>> = Word.append("34")
> ...
>
>
> Do you have a question, or are you just dumping a lot of noise in one
> post?
>
>
I think it's a secret code. I just watched Sherlock Holmes last night
so I know all about that s**t.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
THAT WHAT NEED EXPECT FROM OPERATORS OF PYTHON. (e-mail get by the list moderator) "_" <panmik@yandex.ru> - 2012-01-16 09:03 +0300
Re: THAT WHAT NEED EXPECT FROM OPERATORS OF PYTHON. (e-mail get by the list moderator) alex23 <wuwei23@gmail.com> - 2012-01-15 22:30 -0800
Re: THAT WHAT NEED EXPECT FROM OPERATORS OF PYTHON. (e-mail get by the list moderator) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-16 07:01 +0000
Re: THAT WHAT NEED EXPECT FROM OPERATORS OF PYTHON. (e-mail get by the list moderator) Sean Wolfe <ether.joe@gmail.com> - 2012-01-17 10:59 -0300
Re: THAT WHAT NEED EXPECT FROM OPERATORS OF PYTHON. (e-mail get by the list moderator) Rick Johnson <rantingrickjohnson@gmail.com> - 2012-01-17 17:20 -0800
csiph-web