Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66579
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.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.009 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; '16,': 0.03; 'matches': 0.07; 'thats': 0.09; 'worse': 0.09; 'subject:How': 0.10; 'cc:addr :python-list': 0.11; 'finney': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'letters.': 0.16; 'roy': 0.16; 'subject:questions': 0.16; 'wrote:': 0.18; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; 'header :In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'writes:': 0.31; 'subject:from': 0.34; 'problem': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'two': 0.37; 'ben': 0.38; 'pm,': 0.38; 'letters': 0.60; 'smith': 0.68; 'actually,': 0.84; 'regexp': 0.84; 'to:none': 0.92; 'subject:answer': 0.95 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=hvDfjea/b2eL1ZBT5QK/nqzWZtbAqJyfcpA3/KeVEKc=; b=eiPLFnC1NET2Ez85Hv+0Pe71O27/MDke0GXhEHyNYlHsmOldm+P5aKVKlDTI6wxAqV hjfUggZG7HknzSmq6Zit4YMmytMWMXb/DFtIzBa7vsgdmO918scxj4G8MnIyn53i43FY 8zrAEVXFTy1jSc7fd3plrqN0JgZlHdI++hbGl+FxERoRn9+sgC1XYLW98EZtP7Hi7fh/ W6dVwvZgpyvyWXYxPzrVhSTxDYk3cE7oNKpsFCsuChNG9QVk5BMXDCjjaT6NYelSIVqO ddQogaeeKX4iF+KSOCgRYpHFm7LNapG7OCCx4uHIm06WOCtLp+qQkuYiy0RjxyfHbRNr V3rQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.66.102.39 with SMTP id fl7mr23155870pab.43.1392602526490; Sun, 16 Feb 2014 18:02:06 -0800 (PST) |
| In-Reply-To | <85bny65x5j.fsf@benfinney.id.au> |
| References | <roy-14A30E.10234616022014@news.panix.com> <c2078ca1-c85a-4795-8632-6b005436cc77@googlegroups.com> <roy-B38D10.11140016022014@news.panix.com> <d32fbb41-a1fa-460a-8559-72b716c23573@googlegroups.com> <85bny65x5j.fsf@benfinney.id.au> |
| Date | Mon, 17 Feb 2014 13:02:06 +1100 |
| Subject | Re: How to answer questions from newbies |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| 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.7080.1392602852.18130.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1392602852 news.xs4all.nl 2841 [2001:888:2000:d::a6]:33423 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:66579 |
Show key headers only | View raw
On Mon, Feb 17, 2014 at 12:46 PM, Ben Finney <ben+python@benfinney.id.au> wrote: > Rustom Mody <rustompmody@gmail.com> writes: > >> On Sunday, February 16, 2014 9:44:00 PM UTC+5:30, Roy Smith wrote: >> > Moi? >> >> See thats the problem with re's -- just 3 letters and completely >> incomprehensible! > > Actually, that's a regexp pattern that matches two *or* three letters. It's worse if you emphasize it. Did you say *re*? But let's not be greedy, here. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to answer questions from newbies Roy Smith <roy@panix.com> - 2014-02-16 10:23 -0500
Re: How to answer questions from newbies Rustom Mody <rustompmody@gmail.com> - 2014-02-16 07:53 -0800
Re: How to answer questions from newbies Roy Smith <roy@panix.com> - 2014-02-16 11:14 -0500
Re: How to answer questions from newbies Rustom Mody <rustompmody@gmail.com> - 2014-02-16 17:39 -0800
Re: How to answer questions from newbies Ben Finney <ben+python@benfinney.id.au> - 2014-02-17 12:46 +1100
Re: How to answer questions from newbies Chris Angelico <rosuav@gmail.com> - 2014-02-17 13:02 +1100
Re: How to answer questions from newbies Tony the Tiger <tony@tiger.invalid> - 2014-02-19 22:55 +0000
csiph-web