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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'method.': 0.05; 'errors,': 0.09; 'spelling': 0.09; 'subject:()': 0.09; 'cc:addr:python-list': 0.10; ';-)': 0.11; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'wrote:': 0.17; 'string,': 0.17; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'wonder': 0.27; "d'aprano": 0.29; 'steven': 0.29; 'words': 0.29; 'list': 0.35; 'sometimes': 0.35; 'charset:us-ascii': 0.36; 'subject:: ': 0.38; 'back': 0.62; 'more': 0.63; 'received:50.22': 0.84; 'smoking.': 0.84 Date: Wed, 20 Mar 2013 10:54:22 -0500 From: Tim Chase To: Steven D'Aprano Subject: Re: join() In-Reply-To: <5149ca09$0$30001$c3e8da3$5496439d@news.astraweb.com> References: <6110d82b-fce9-4146-8fcc-3276334a8f5f@14g2000vbr.googlegroups.com> <5149ca09$0$30001$c3e8da3$5496439d@news.astraweb.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Importance: low X-Priority: 5 (Lowest) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363794767 news.xs4all.nl 6847 [2001:888:2000:d::a6]:59214 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41606 On 2013-03-20 14:39, Steven D'Aprano wrote: > Then you join the list of words back > into a single string, using the joint method. Sometimes when I see people make spelling errors, I wonder what they were smoking. Sometimes, it's more obvious... ;-) -tkc