Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11422
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.010 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'subject:community': 0.07; 'inclined': 0.09; 'myself,': 0.09; 'oh,': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'tradition': 0.16; 'wrote:': 0.16; 'header:In-Reply-To:1': 0.22; 'pm,': 0.24; 'aug': 0.24; 'ignore': 0.26; "i'm": 0.27; 'message-id:@mail.gmail.com': 0.29; 'sun,': 0.30; "didn't": 0.31; 'error.': 0.32; 'to:addr:python-list': 0.33; 'however,': 0.34; 'received:google.com': 0.38; 'received:209.85': 0.38; 'should': 0.38; 'subject:: ': 0.39; 'abuse': 0.39; 'to:addr:python.org': 0.39; 'case': 0.39; 'where': 0.40; 'emails': 0.62; 'typos': 0.84 |
| 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 :content-type; bh=CeK95T6CAXcm/NAxdCyJEAj26vF524xotlzuZz71yLg=; b=pTkj/6iFjt0SgUt8Rim09R7k0P/XYv0SBU4P7tQLNGihFBvvM165ekFUMxltNXOhHr 4TQs/cj+GivGzUlXh0IJ3fFtra8HXwE0Xzy/v6kdUl46B9Xjg5EY0vhQY4Ts5hMPGTKb xhMc4dKvXbt4tBdKGycICh8aAkN4ehoczjNG0= |
| MIME-Version | 1.0 |
| In-Reply-To | <4E4845AB.9020107@ieee.org> |
| References | <39e8985a-a0c1-487f-8f87-4e39d120c14b@h9g2000vbr.googlegroups.com> <87cb1497-9aa2-4213-b721-055bf31e10a1@m18g2000vbl.googlegroups.com> <4E4845AB.9020107@ieee.org> |
| Date | Sun, 14 Aug 2011 23:57:18 +0100 |
| Subject | Re: Ten rules to becoming a Python community member. |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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.2288.1313362640.1164.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1313362640 news.xs4all.nl 23921 [2001:888:2000:d::a6]:51702 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:11422 |
Show key headers only | View raw
On Sun, Aug 14, 2011 at 11:01 PM, Dave Angel <davea@ieee.org> wrote: > I'm inclined to ignore typos in emails except in the case where the intent > is to abuse others. > +1 QOTW. It is, however, a well-known tradition that spelling/grammar flames should contain one spelling/grammer error. Oh, I just did it myself, didn't I. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-13 22:57 -0700
Re: Ten rules to becoming a Python community member. Andrew Berg <bahamutzero8825@gmail.com> - 2011-08-14 02:54 -0500
Re: Ten rules to becoming a Python community member. Alister Ware <alister.ware@ntlworld.com> - 2011-08-14 10:58 +0000
Re: Ten rules to becoming a Python community member. Chris Angelico <rosuav@gmail.com> - 2011-08-14 13:08 +0100
Re: Ten rules to becoming a Python community member. Seebs <usenet-nospam@seebs.net> - 2011-08-14 08:07 +0000
Re: Ten rules to becoming a Python community member. Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2011-08-14 15:21 +0200
Re: Ten rules to becoming a Python community member. Chris Angelico <rosuav@gmail.com> - 2011-08-14 14:46 +0100
Re: Ten rules to becoming a Python community member. harrismh777 <harmar@member.fsf.org> - 2011-08-14 15:11 -0500
Re: Ten rules to becoming a Python community member. Neil Cerutti <neilc@norwich.edu> - 2011-08-15 12:06 +0000
Re: Ten rules to becoming a Python community member. MRAB <python@mrabarnett.plus.com> - 2011-08-15 17:44 +0100
Re: Ten rules to becoming a Python community member. Neil Cerutti <neilc@norwich.edu> - 2011-08-15 17:14 +0000
Re: Ten rules to becoming a Python community member. Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-08-16 12:52 +1200
Re: Ten rules to becoming a Python community member. MRAB <python@mrabarnett.plus.com> - 2011-08-16 02:59 +0100
Re: Ten rules to becoming a Python community member. Roy Smith <roy@panix.com> - 2011-08-15 22:01 -0400
Re: Ten rules to becoming a Python community member. Seebs <usenet-nospam@seebs.net> - 2011-08-16 02:33 +0000
Re: Ten rules to becoming a Python community member. Kevin Walzer <kw@codebykevin.com> - 2011-08-14 11:23 -0400
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-14 10:21 -0700
Re: Ten rules to becoming a Python community member. Chris Angelico <rosuav@gmail.com> - 2011-08-14 18:38 +0100
Re: Ten rules to becoming a Python community member. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-15 10:56 +1000
Re: Ten rules to becoming a Python community member. Seebs <usenet-nospam@seebs.net> - 2011-08-15 04:28 +0000
Re: Ten rules to becoming a Python community member. Tim Chase <python.list@tim.thechases.com> - 2011-08-14 14:50 -0500
Re: Ten rules to becoming a Python community member. Dave Angel <davea@ieee.org> - 2011-08-14 18:01 -0400
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-14 18:35 -0700
Re: Ten rules to becoming a Python community member. Christophe Chong <christophechong@gmail.com> - 2011-08-14 22:01 -0700
Re: Ten rules to becoming a Python community member. Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-08-16 12:48 +1200
Re: Ten rules to becoming a Python community member. Roy Smith <roy@panix.com> - 2011-08-15 20:57 -0400
Re: Ten rules to becoming a Python community member. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-16 11:53 +1000
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-15 21:50 -0700
Re: Ten rules to becoming a Python community member. alex23 <wuwei23@gmail.com> - 2011-08-16 00:07 -0700
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-16 08:06 -0700
RE: Ten rules to becoming a Python community member. "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2011-08-16 13:51 -0400
Re: Ten rules to becoming a Python community member. "Martin P. Hellwig" <martin.hellwig@gmail.com> - 2011-08-16 19:37 +0100
Re: Ten rules to becoming a Python community member. Chris Angelico <rosuav@gmail.com> - 2011-08-16 19:42 +0100
Re: Ten rules to becoming a Python community member. MRAB <python@mrabarnett.plus.com> - 2011-08-16 20:03 +0100
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-16 13:13 -0700
Re: Ten rules to becoming a Python community member. David Monaghan <monaghand.david@gmail.com> - 2011-08-16 22:55 +0100
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-16 16:12 -0700
Re: Ten rules to becoming a Python community member. John Gordon <gordon@panix.com> - 2011-08-16 23:25 +0000
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-16 16:50 -0700
Re: Ten rules to becoming a Python community member. John Gordon <gordon@panix.com> - 2011-08-17 00:33 +0000
Re: Ten rules to becoming a Python community member. Tim Chase <python.list@tim.thechases.com> - 2011-08-16 20:02 -0500
Re: Ten rules to becoming a Python community member. Chris Kaynor <ckaynor@zindagigames.com> - 2011-08-16 18:09 -0700
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-16 18:47 -0700
Re: Ten rules to becoming a Python community member. SigmundV <sigmundv@gmail.com> - 2011-08-17 15:48 -0700
Re: Ten rules to becoming a Python community member. David Monaghan <monaghand.david@gmail.com> - 2011-08-17 00:43 +0100
Re: Ten rules to becoming a Python community member. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-17 11:14 +1000
Re: Ten rules to becoming a Python community member. "Martin P. Hellwig" <martin.hellwig@butterfly.uk.com> - 2011-08-16 19:37 +0100
Re: Ten rules to becoming a Python community member. Chris Angelico <rosuav@gmail.com> - 2011-08-14 23:57 +0100
Re: Ten rules to becoming a Python community member. rantingrick <rantingrick@gmail.com> - 2011-08-14 18:40 -0700
csiph-web