Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.081 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'subject:extra': 0.09; 'subject:string': 0.09; 'subject:question': 0.10; 'cc:addr:python- list': 0.11; 'question.': 0.14; 'thread': 0.14; 'posted': 0.15; 'charles': 0.16; 'nameerror:': 0.16; 'subject:when': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; "hasn't": 0.19; 'cc:addr:python.org': 0.22; 'case.': 0.24; 'copied': 0.24; "haven't": 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'defined': 0.27; 'header:In-Reply-To:1': 0.27; 'subject:list': 0.30; 'message-id:@mail.gmail.com': 0.30; 'asked': 0.31; 'code': 0.31; "skip:' 10": 0.31; 'post.': 0.31; 'file': 0.32; '(most': 0.33; 'subject:the': 0.34; 'problem.': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'words,': 0.36; 'thank': 0.38; 'recent': 0.39; '12,': 0.39; 'skip:u 10': 0.60; 'is.': 0.60; 'subject:back': 0.60; 'you.': 0.62; "you've": 0.63; 'name': 0.63; 'high': 0.63; 'july': 0.63; 'to:addr:gmail.com': 0.65; 'reply': 0.66; 'below.': 0.71; 'subject:space': 0.84; 'continue.': 0.91; 'hopes': 0.91; 'joel': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=eod7Il+reqjobk3xeph7Ent8AOD4zWZR+QXtKL7dPt0=; b=ya2ntDyMP1+OpxlLSJiaeTA1B0kECeNfUUmXMlXPGUKG54iSjwQF+oo+6WfBRn/QZP 0koXlMe5EGaYJXkUGFlPaB4cK5qxtAisQFjSLU+7eqxyCqK/cIhDZBh9OX+VMCmeq2r0 56YNrAIORCg6Vvi14yLWQmANCwlGrqxT5/tVEhCPXBX9qNOu/1RqmBpSh/wX634alRhX s7DO0LxSd03cAw2HRZIERjXOTOgW0zKZ/IWtXqzk9dI806ZGFSCQ4vn1MozJCkJ3bSg9 f4Dk6ikFYiyq7Lxl8WHrh2na9KQI4x1WGyU2C79LDMkj9snXmQXdBm1dGhSoCAK+oSkK k/Mw== X-Received: by 10.152.88.78 with SMTP id be14mr12821181lab.19.1372707652383; Mon, 01 Jul 2013 12:40:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Joshua Landau Date: Mon, 1 Jul 2013 20:40:12 +0100 Subject: Re: python adds an extra half space when reading froma string or list -- back to the question To: Joel Goldstick Content-Type: text/plain; charset=UTF-8 Cc: "python-list@python.org" 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: , Newsgroups: comp.lang.python Message-ID: Lines: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372707653 news.xs4all.nl 15907 [2001:888:2000:d::a6]:57621 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49589 On 1 July 2013 20:32, Joel Goldstick wrote: > I copied the original question so that the rant on the other thread can > continue. Let's keep this thread ontopic Thank you. I shall do the same below. Unfortunately I don't have high hopes that any progress will be made on this thread -- Charles Benoit hasn't made a single reply since his original post. On 29 June 2013 03:07, charles benoit wrote: 1) You haven't asked a question. 2) You posted your code twice. That makes it look a lot harder and longer than it really is. 3) Give us a *minimal* reproducible test case. I currently just get: %~> python2 /tmp/nd.py Traceback (most recent call last): File "/tmp/nd.py", line 12, in finale_line2=finale_line NameError: name 'finale_line' is not defined This isn't the only problem. In other words, you've given us an unsolvable problem. Try again.