Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #7837
| 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 | <ian.g.kelly@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.026 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; '-rf': 0.09; 'am,': 0.14; 'wrote:': 0.14; 'discusses': 0.16; 'juni': 0.16; 'one-': 0.16; 'rohdewald': 0.16; 'wolfgang': 0.16; 'cc:addr:python-list': 0.17; 'header:In-Reply-To:1': 0.21; 'cc:2**0': 0.22; 'cc:no real name:2**0': 0.23; 'fri,': 0.23; 'received:209.85.161.46': 0.23; 'received:mail-fx0-f46.google.com': 0.23; 'wonder': 0.23; 'received:209.85.161': 0.26; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; 'looks': 0.31; 'steven': 0.32; 'does': 0.33; '17,': 0.35; "d'aprano": 0.35; 'do?': 0.35; 'received:google.com': 0.37; 'something': 0.37; 'received:209.85': 0.37; 'thread': 0.37; 'run': 0.38; 'subject:: ': 0.38; 'received:209': 0.39; 'subject:with': 0.39; 'link': 0.64; 'dangerous': 0.65; 'more...': 0.73; '10:56': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=4u2SfTwH+ESN63aTB/x4FkYSyaX/PLOGSiN8OPRSGTQ=; b=HZN8Me6FcYC/n63sWMxrlI5NWliFA4pn+8HxEsWC4zu893xFlPAFIXIU73/DAghnDM CUc0dFsLlLEaOQLV+xeIBuiBbYMQA4YbOseQ/jtJ9nKfa8g7BDlyRI5yxjnFSzWBq5r4 d+yuxF2qgFX9osOp3dhncwNZz2cylv776AOJs= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=Aa0etk0kiJfHegPPD7+GzzwhPxSx5VaUWc6Te36PEWcrGw1hfZUoMdDgwKnQ5a1L3m TIZKlDRKdzxVXV/wZGvhF+fy2BuAi7cy78rTWugwWig6066QC44VMGutJL6EGMvqioae xjjGbTVRUCue/lRcnjJemygC5qaxzJzPA2Jw0= |
| MIME-Version | 1.0 |
| In-Reply-To | <201106171856.45921.wolfgang@rohdewald.de> |
| References | <4dfb7c6d$0$30002$c3e8da3$5496439d@news.astraweb.com> <201106171856.45921.wolfgang@rohdewald.de> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Fri, 17 Jun 2011 11:07:44 -0600 |
| Subject | Re: Fun and games with lambda |
| To | wolfgang@rohdewald.de |
| 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.83.1308330495.1164.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1308330495 news.xs4all.nl 49182 [::ffff:82.94.164.166]:34347 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:7837 |
Show key headers only | View raw
On Fri, Jun 17, 2011 at 10:56 AM, Wolfgang Rohdewald <wolfgang@rohdewald.de> wrote: > On Freitag 17 Juni 2011, Steven D'Aprano wrote: >> run this one- >> liner and wonder no more... > > looks like something dangerous to me. What does > it do? rm -rf ? The thread at the link discusses what it does in great detail.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Fun and games with lambda Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-06-17 16:10 +0000 Re: Fun and games with lambda Wolfgang Rohdewald <wolfgang@rohdewald.de> - 2011-06-17 18:56 +0200 Re: Fun and games with lambda Ian Kelly <ian.g.kelly@gmail.com> - 2011-06-17 11:07 -0600 Re: Fun and games with lambda Mark Dickinson <mdickinson@enthought.com> - 2011-06-17 12:02 -0700 Re: Fun and games with lambda Chris Angelico <rosuav@gmail.com> - 2011-06-18 10:40 +1000
csiph-web