Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4.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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:file': 0.07; 'lawrence': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'windows': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'normally,': 0.16; 'too?': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'names.': 0.31; 'yes.': 0.31; 'problem.': 0.35; 'case,': 0.35; 'received:google.com': 0.35; 'does': 0.39; 'forward': 0.65; '2015': 0.84; 'to:none': 0.92 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:cc :content-type; bh=VCoa7x8m/zEu+W+dN3c3ySR5IHlHraYMLonuFvinJ/Y=; b=A8vzWFIwj6p5EgdYSCikLrgJbxZHNKvJCTmSukGwabFzK5YLgXtOdQYc7DD+AEP2lC 05s7g3rAcNSjkG9othkXC2NkK3chpR2Wf0QWofHjXGOsja07DUBfvK4Oz71apOkDvyFq K+brFCq82VUriJ3mohEQb0x3Jpznm0vRHGq1qMSsbOGIKGY17hqnyhGLTJdQslLYIZf9 r0HE55QS7U+dGKT1iyc7gTdBKuvmAmzvT06CsLVaOFKMTtlpdRHeOIIuVmQjrjUJ8+O0 7EJv/7YMTIcpepQU/0Glsmt9GLCWEypeO8BMFY8CaN+LTKaPLHBjxr14tYNA7G10AxT3 bvSA== MIME-Version: 1.0 X-Received: by 10.50.79.161 with SMTP id k1mr6305062igx.14.1422481123335; Wed, 28 Jan 2015 13:38:43 -0800 (PST) In-Reply-To: References: <6b5943a2-ab9d-4949-bfbe-7671740bb9fb@googlegroups.com> <54C8E653.3070908@mrabarnett.plus.com> Date: Thu, 29 Jan 2015 08:38:43 +1100 Subject: Re: write file to a server From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422481132 news.xs4all.nl 2948 [2001:888:2000:d::a6]:41500 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:84785 On Thu, Jan 29, 2015 at 5:05 AM, Mark Lawrence wrote: > Windows will accept forward slashes in path names. Normally, yes. Does that work for UNC names too? //server/share/pathname ? In any case, that's an alternative solution to the same problem. ChrisA