Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'pypi': 0.07; 'accepted,': 0.09; 'lawrence': 0.09; 'pep': 0.09; 'cc:addr:python-list': 0.11; 'subject:Help': 0.11; 'python': 0.11; 'jan': 0.12; '2.7': 0.14; 'exe': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'pypi.': 0.16; 'when,': 0.16; 'subject:python': 0.16; 'sat,': 0.16; 'wrote:': 0.18; '(not': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'primary': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'says': 0.33; 'point.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'library.': 0.36; "i'll": 0.36; 'being': 0.38; 'little': 0.38; 'sure': 0.39; 'believe': 0.68; '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=xhyLG8npDIC2BSwlnpm7UUb4WG12mvo77nrrIMAcrUM=; b=eQZNd09Db/3grdhgcvdZer9cosgfQZ4OVL5kiqrGueFEEs7Dj1wexQiAXl8cJFVZ2T jOogDKf3lW3aQkGRnxSZnN9LPq/4ae4EdnizMyT/6NxFA/YZTsK6wKeSIVtdJsu+9bF3 UqZsiLtDrSGy1JhJ/WJ1/NQyhW87VtjChwRwnzRVp3eHUK9ny8bGlMAW9g4sBG1FOuoY 5VqpU/8zPFQ7+27dKQin0zUGs9fGACxijwBYZ2xkpjX/ZALQyddDjeKi6YpxwMmDcRbO +9NQ+LA7x4kvsYVtahycTMT1lKpj1fr5vKfWMB4+VWE3WlYA4fvlH4GXbK2LgCGoVzYn 6S2w== MIME-Version: 1.0 X-Received: by 10.42.95.12 with SMTP id d12mr13647633icn.12.1420817757963; Fri, 09 Jan 2015 07:35:57 -0800 (PST) In-Reply-To: References: <5c51c0ef-b2d0-4edd-b3cd-37759b5807e8@googlegroups.com> Date: Sat, 10 Jan 2015 02:35:57 +1100 Subject: Re: Help configuring visual studio to compile python extensions 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1420817760 news.xs4all.nl 2872 [2001:888:2000:d::a6]:49819 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83452 On Sat, Jan 10, 2015 at 2:23 AM, Mark Lawrence wrote: > I'll admit to being a little annoyed that scandir says it supports Python 3 > but only provides a 2.7 exe on pypi. If you can wait for 3.5, you might find it in the standard library. PEP 471 was accepted, and I believe that means scandir will be arriving at some point. (Not sure when, though.) At that point, 2.7 will be the primary target for the PyPI distribution. ChrisA