Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'think,': 0.05; 'linux.': 0.09; 'am,': 0.14; 'received:209.85.214.174': 0.14; 'received :mail-iw0-f174.google.com': 0.14; 'wrote:': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'handy': 0.16; 'naming': 0.16; 'see.': 0.16; 'solution.': 0.19; 'header:In-Reply-To:1': 0.21; 'fri,': 0.23; 'windows': 0.26; 'message-id:@mail.gmail.com': 0.28; 'received:209.85.214': 0.28; 'to:addr:python-list': 0.33; 'on,': 0.33; '17,': 0.35; 'quite': 0.36; 'rules': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.37; 'but': 0.38; 'creates': 0.38; 'subject:: ': 0.38; 'called': 0.39; 'received:209': 0.39; 'christian': 0.39; 'to:addr:python.org': 0.39; 'become': 0.72; 'wine': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=pP21WR53gkeVV8YhkYrQYoF+DVxcGDhEsO2vICvXQL8=; b=XRTWV1ROWxIgOz57JX6Ou6Hg2FOfJKPoJSbwhrET/4abIEyZp5lOEr8vVLMkpuislR bGALWyF38fhkClUNdJMIDJnDy0qXcHDzDmmxASOuN5Dv+7t2wZNPioG0jcWHjlVNda4x KeUPMnasNWWpDk/V0OEwdSWOYNzvQDJ/vg6Po= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TbmAvcjKyx9+Q6Nt5JpgT3jq5hj/64e8kwAP6X5s4miVYRANSbyUcB/pTUg0fwUEQT WZHzEzXIXvbAc47TUkx74g4lHxGoeRedtp3pYRvYGAIC4dF4kUa9sAbsH1jPk0At5p7i avoU2lOzKXRMA4XUcmRBbkZiLLMwLvgt77Meg= MIME-Version: 1.0 In-Reply-To: References: <4DF9AADE.6090609@gmail.com> <4df9b7be$0$29973$c3e8da3$5496439d@news.astraweb.com> <4DFA2C56.2060909@stoneleaf.us> Date: Fri, 17 Jun 2011 11:00:57 +1000 Subject: Re: os.path and Path From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 10 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308272462 news.xs4all.nl 49048 [::ffff:82.94.164.166]:38559 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:7785 On Fri, Jun 17, 2011 at 2:32 AM, Christian Heimes wrote: > "c:d" is a valid directory name on Linux. :] > The different naming rules come in handy now and then. Wine creates directories (symlinks, I think, but same diff) called "c:" and "d:" and so on, which then become the drives that Windows programs see. It's quite a clean solution. ChrisA