Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: Question Date: Tue, 8 Mar 2016 11:08:28 -0700 Lines: 12 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de et8/3pzxL6VK8JxaVjReRgs4Fey1+16FUQ8dGjm1KOGw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'received:209.85.223': 0.03; 'subject:Question': 0.05; 'permissions': 0.07; 'filenames,': 0.09; 'settings,': 0.09; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'utterly': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'implicit': 0.22; 'latter': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; "doesn't": 0.26; 'appear': 0.26; 'message-id:@mail.gmail.com': 0.27; 'spaces': 0.29; 'windows,': 0.29; "i'm": 0.30; 'tue,': 0.34; 'received:google.com': 0.35; 'level': 0.35; 'but': 0.36; 'there': 0.36; 'created': 0.36; 'received:209.85': 0.36; 'alone': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'things': 0.38; 'difference': 0.38; 'received:209': 0.38; 'skip:p 20': 0.38; 'files': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'more': 0.63; 'mar': 0.65; 'drive.': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=siKitS1V3jd6g6KYG9cG1i2c5geQOPjzqJ2fVaLrNg8=; b=GFUu3VP4SdP2j40YM9nPUDbBCwRHcNBQMMaRWS8fN8yDKQjjhDZ+14cEHUXNFsm8Nv K8B/BjHZgZ6Ka7Hex8zb59DgsHQk34gZnjZNaJNelsSTpJfl2BENfK/8X8A1fRs3sbvr 39bLhPp0TQWwbonzfeU4DfKWoO6FT31lX1J+SHu4lIJoTTjawRGYn1TSQvSYNIEyx5W+ EdzWbMPJnzmvNfFDalZoq/t5naWClUELpaWtIGJM9eCnRb2BNvzkMH4ZrClJJTKBetsB UI+8aXVImNyFaKQv344FYgfHMVDFDx0jMm3hHb9PKDwA5rH6x9PrJjEe/f3fzNL0oKnS Mc7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=siKitS1V3jd6g6KYG9cG1i2c5geQOPjzqJ2fVaLrNg8=; b=Ey7HeZfjSY2cFGpllO7gV1/4C/aL7jrfMHfylo9i7plYH1zJyPi3ZlkO2lJwm0y+Ts 5H9Z1A7dbIv8uyMBl+yv58uA4ZJ0iLKt+IWfaMke/yEZVpGZl30lzYVw2RPKIpL8Ntzl KB0Fk168mVY2fb9yGDtGklW639XAy4tpCgvuFUa7ZcQv4Fzq9fd7lrrJVq4+Y86jq0TG 1732WMfgFY3CBDyIpwNBXpzi/pXuAMK+httKWWGIMrUufLOa8yARA5DxGuByhpOR3iLr w1/c+DRsdd3L7Y26N4KsmwJtZqLc3NZ/sG64qkuq20lhY2KWiLb1J0869IWG971HQkPO j2VQ== X-Gm-Message-State: AD7BkJLdWCsOy/npofbzgcfGRXF+pK/iIOEDXQ4c9o/E4F4MavPto+age9KylCIS0FHuqGEM4/cXVfZGroU+Aw== X-Received: by 10.107.11.10 with SMTP id v10mr23352136ioi.188.1457460548169; Tue, 08 Mar 2016 10:09:08 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:104353 On Tue, Mar 8, 2016 at 10:56 AM, Jon Ribbens wrote: > The only things I can think of that are at all 'weird' are that there > are spaces in the filenames, and there's more than one drive. But > the former of those is utterly standard for Windows, and the latter > doesn't really even rise to the level of 'uncommon', let alone truly > unusual. If I'm seeing these problems then thousands of other people > must have already seen them before me. The other difference is that files and folders inside Windows user dirs get created with implicit permissions settings, and the issue does appear to be permissions-related.