Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'context': 0.05; 'to:addr:python.list': 0.09; 'to:addr:tim.thechases.com': 0.09; 'to:name:tim chase': 0.09; 'cc:addr:python-list': 0.10; 'wed,': 0.15; 'wrote:': 0.16; 'skip': 0.18; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'bug?': 0.22; 'am,': 0.23; '2015': 0.23; 'slightly': 0.23; 'split': 0.23; 'header:In-Reply-To:1': 0.24; 'tim': 0.24; 'url:bugs': 0.24; 'message-id:@mail.gmail.com': 0.28; 'looks': 0.29; 'chase': 0.29; 'reported': 0.32; 'url:python': 0.33; 'received:google.com': 0.34; 'url:org': 0.36; 'subject:: ': 0.37; 'method': 0.39; 'times': 0.61; 'different': 0.64 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:to :cc:content-type; bh=EMxWawIG7HOefm+CYCvkerJqkwqmLOxGTSweg4cvMLU=; b=CqhD5XEVlTpz+Zs8cODPZM0n46Eqt/Pk05Y/KtRScXC9wm775uCM+2y14SanRwZC3u mkmMt0YDW7Sy1We0WzeDrBZqMcwoCOcFS5r9R/FU9M8OI+b6p0s8+Rsxnp9SN3CjKuAo syYd48e7FSNzjrGzA4cswGbYa/w6HsstxwTpudSYeEaFezelWM8ZLwyTtW7YnzKjoUHl VE39U0QBIdt7D0TrC1bK/iCWjvRdROMuCnGW5LFKnMu9k+aJybow4dFKpw4erXgoPksu z08Cu4dSi3TrgxRQhGKYsrTOv9gMdJdfCeDLqgtdajnEQ1WFq6QauJPMdpm6I7LT2HXx WcwQ== MIME-Version: 1.0 X-Received: by 10.50.136.197 with SMTP id qc5mr6162366igb.6.1433946504989; Wed, 10 Jun 2015 07:28:24 -0700 (PDT) In-Reply-To: <20150610082812.2ce887c3@bigbox.christie.dr> References: <20150610082812.2ce887c3@bigbox.christie.dr> Date: Wed, 10 Jun 2015 09:28:24 -0500 Subject: Re: Python NBSP DWIM From: Skip Montanaro To: Tim Chase Cc: Python Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433946513 news.xs4all.nl 2928 [2001:888:2000:d::a6]:33089 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92402 On Wed, Jun 10, 2015 at 8:28 AM, Tim Chase wrote: > Is this a bug? Looks like it's been reported a few times with slightly different context: https://bugs.python.org/issue6537 https://bugs.python.org/issue16623 https://bugs.python.org/issue20491 https://bugs.python.org/issue1390608 The couple times it's come up in the context of str.split, it's been rejected, since the purpose of that method is to split words. Skip