Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!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.033 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'header:In-reply-to:1': 0.09; 'subject:parsing': 0.09; 'wrote:': 0.15; 'from:addr:free.fr': 0.16; 'pm,': 0.16; 'cheers': 0.23; 'charset:iso-8859-15': 0.28; 'thanks': 0.31; 'to:addr:python- list': 0.34; 'header:User-Agent:1': 0.34; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:62': 0.67 Date: Fri, 29 Jul 2011 16:34:14 +0200 From: Karim Subject: Re: shlex parsing In-reply-to: <4e32b8d0$0$14982$426a74cc@news.free.fr> To: python-list@python.org MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-15; format=flowed Content-transfer-encoding: 7bit References: <4e3184d3$0$29530$426a74cc@news.free.fr> <4e32618d$0$23657$426a74cc@news.free.fr> <4e32b8d0$0$14982$426a74cc@news.free.fr> User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311950066 news.xs4all.nl 23920 [2001:888:2000:d::a6]:39999 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10517 On 07/29/2011 03:42 PM, Web Dreamer wrote: > whitespace_split = True Thanks for the tip! Cheers Karim