Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'python': 0.09; '-rf': 0.09; 'empty,': 0.09; 'script,': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'subject:error': 0.11; 'subject:python': 0.11; 'assume': 0.11; 'charset:iso-8859-7': 0.15; 'argument.': 0.16; 'subject:when': 0.16; 'shell': 0.18; 'do.': 0.21; 'cc:2**0': 0.23; 'second': 0.24; 'command': 0.24; 'script': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'all.': 0.28; 'run': 0.28; 'received:google.com': 0.34; 'received:209.85': 0.35; 'next': 0.35; 'but': 0.36; 'should': 0.36; 'thank': 0.36; 'option': 0.37; 'passed': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'nothing': 0.38; 'sure': 0.38; 'instead': 0.39; '2013': 0.84; '\xcc\xe1\xf1\xf4\xdf\xef\xf5': 0.84; 'more?': 0.91 X-Received: by 10.49.35.208 with SMTP id k16mr350778qej.1.1362799033719; Fri, 08 Mar 2013 19:17:13 -0800 (PST) Newsgroups: comp.lang.python Date: Fri, 8 Mar 2013 19:17:13 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=94.68.106.213; posting-account=DYJQ-woAAACEPH85Au2BhUVfFTfSfVa4 References: <8e17232e-5b24-4040-9215-c4bd89f34fa2@googlegroups.com> <622d4a2d-0014-4254-b211-c8fd66510f74@googlegroups.com> <33f153b4-4f54-429a-a92d-387b679bf758@googlegroups.com> <20130307105137.a6cae268f7f074fbf5017b1d@lavabit.com> <0074be2d-1f52-4626-bf53-fd9591f16bf7@googlegroups.com> <98cd9065-94b0-4fb6-b2fd-6ed96880242d@googlegroups.com> <513a33d7$0$30001$c3e8da3$5496439d@news.astraweb.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 94.68.106.213 MIME-Version: 1.0 Subject: Re: An error when i switched from python v2.6.6 => v3.2.3 From: =?ISO-8859-7?B?zd/q7/Igw+rxMzPq?= To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362801398 news.xs4all.nl 6843 [2001:888:2000:d::a6]:34025 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40927 =D4=E7 =D3=DC=E2=E2=E1=F4=EF, 9 =CC=E1=F1=F4=DF=EF=F5 2013 2:18:42 =F0.=EC.= UTC+2, =EF =F7=F1=DE=F3=F4=E7=F2 Ian =DD=E3=F1=E1=F8=E5: > So the -c is an option to Python. It means that instead of reading a > script, Python should run commands passed on the command line in the > next argument. That's the ''. It's empty, so what this instructs=20 > Python is to do nothing at all. > The second command in this shell script is "rm -rf /". I assume you > know what that would do. Thank you for explaining but i'am not sure i ahve understand this part. Can you please elaborate more?