Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.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.000
X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:: [': 0.04; 'binary': 0.07; 'paths': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; 'executable': 0.09; 'spaces': 0.09; 'subject:PyPI': 0.09; 'cc:addr:python-list': 0.11; 'bug': 0.12; 'windows': 0.15; 'devs': 0.16; 'from:addr:p.f.moore': 0.16; 'from:name:paul moore': 0.16; 'subject:] [': 0.16; 'virtualenv.': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'trying': 0.19; 'cc:addr:python.org': 0.22; 'creating': 0.23; 'affects': 0.24; 'subject:]: ': 0.24; 'paul': 0.24; "i've": 0.25; 'script': 0.25; 'header:In-Reply-To:1': 0.27; 'fixed': 0.29; 'unix': 0.29; 'cc:2**2': 0.30; 'message-id:@mail.gmail.com': 0.30; 'updated': 0.34; 'could': 0.34; 'received:google.com': 0.35; 'next': 0.36; 'should': 0.36; 'issue': 0.38; 'that,': 0.38; 'release': 0.40; 'break': 0.61; 'safer,': 0.84; 'to:addr:yahoo.co.uk': 0.84
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:to :cc:content-type; bh=b7oQ6xPC16Hlt8d2S8LuAGVCCmFH0sc6Fn/f4e4nza8=; b=R4prWmK1dF0DVBG3NsmMwSYQU0SZ9pvGaPA1yx1f6onAPUVkJkTWZjvyLrnM+v9jCb lFoLRxY4YZ93uOkMciFggNY51XlBz/fSB7bBTXKiILYR1amGVGn1VeOaudNwisXN43Bs T/iyUZzvrhLo+5jao1TBNr21HAKmrqYKqjHQquLLaS3qhZecB+gkv/XRqR7K5JmLyBBF BY3bfFsIsq1nlWoxUphelsrQNQQzGWgCIk2MOHyb/hzapAWErvkico+yhNYnbHk4HDnK hcPN7AZvN2F+auJpTB6xAGs0R0vHA6ZF3fcaZLebMUE0baEbfDJVpoxpwUiTrwnr4Uvb Wj4Q==
MIME-Version: 1.0
X-Received: by 10.224.2.193 with SMTP id 1mr12512532qak.100.1400512283549; Mon, 19 May 2014 08:11:23 -0700 (PDT)
In-Reply-To: <1400509475.10474.YahooMailNeo@web172405.mail.ir2.yahoo.com>
References: <1400509475.10474.YahooMailNeo@web172405.mail.ir2.yahoo.com>
Date: Mon, 19 May 2014 16:11:23 +0100
Subject: Re: [Distutils] [ANN]: distlib 0.1.9 released on PyPI
From: Paul Moore
To: Vinay Sajip
Content-Type: text/plain; charset=UTF-8
Cc: "python-announce-list@python.org" , "python-list@python.org" , Dist Utils mailing list
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: 13
NNTP-Posting-Host: 2001:888:2000:d::a6
X-Trace: 1400512290 news.xs4all.nl 2852 [2001:888:2000:d::a6]:53389
X-Complaints-To: abuse@xs4all.nl
Xref: csiph.com comp.lang.python:71764
On 19 May 2014 15:24, Vinay Sajip wrote:
> Fixed issue #47: Updated binary launchers to fix double-quoting bug
> where script executable paths have spaces.
Note that this issue affects pip / virtualenv in that creating a
virtualenv in a path with spaces can result in pip not working in that
virtualenv.
We should revendor distlib for the next pip/virtualenv release (if one
of the Unix devs could do that, that would be safer, I've managed to
break line endings trying to do a revendor on Windows in the past :-()
Paul