Path: csiph.com!goblin3!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'broken': 0.03; '(especially': 0.07; 'cc:addr:python-list': 0.09; 'filenames,': 0.09; 'received:internal': 0.09; 'did.': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:messagingengine.com': 0.16; 'windows': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'level,': 0.22; 'cc:no real name:2**0': 0.22; 'third-party': 0.23; 'unix': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'installed': 0.26; 'supported': 0.27; 'spaces': 0.29; 'created': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'being': 0.37; 'mac': 0.37; 'things': 0.38; 'received:66': 0.38; 'stuff': 0.38; 'programs': 0.62; 'subject:Hello': 0.70; 'hey,': 0.75; 'everywhere.': 0.84; 'dennis': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h=cc :content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=jWthk /JEMmpEp2lGemVjzCVm7TY=; b=YNcKazkJsfxACP6QgHuZFU1E6dPId9pnQKfod 0L9bqvjhzMirI7Ab5fphSzEMTzrAOt1HV9mZO98nh24Y3IELJaCq5ZWd5DjDCo6p d1fU6kZrx1+pNeNVO2FyYaegnDCNYKKkb8ShR8jrTGBCfk8sGJB/q/oKSr8sc1VD nLgFAc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=jWthk/JEMmpEp2lGemVjzCVm7TY=; b=K1ahU RsfgEP6uvgWrDKh4C4t36WrNv4EnuINy3qwBLCnxSsxi4jhhMTqCOdYuyIXzYBL+ IcoZEp6GMBhYwqqmjGuROjOEq32DRn1MCYr/zeyo+PWJjaqe5gjjXpin6jrM4oSX p6yauQ/sC0die/e0EtQ0JKHL3V7A16tdItRXnU= X-Sasl-enc: qPu9WYuhh80Vxrl7L+LyqiuGVI5MR3unXhegxSGx5bFT 1442684287 From: Random832 To: Dennis Lee Bieber Cc: python-list@python.org Subject: Re: Hello References: Date: Sat, 19 Sep 2015 13:38:05 -0400 In-Reply-To: (Dennis Lee Bieber's message of "Sat, 19 Sep 2015 13:31:35 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) MIME-Version: 1.0 Content-Type: text/plain 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442684289 news.xs4all.nl 23845 [2001:888:2000:d::a6]:55410 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96859 Dennis Lee Bieber writes: > While Windows likes to stuff things in directories with spaces in them, > I find third-party applications (especially those that are created for > multiple OSes) work better when installed in directories that have no > spaces... Hey, don't put this on being created for multiple OSes. Unix and Mac both supported spaces in filenames, at the OS level, *long* before Windows did. Programs that break on encountering them are broken everywhere.