Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed1a.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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1395780115; bh=GMT6axdTgSxWMBw/AeVhaBkzwIKu2d0BViWX9OlccXg=; h=To:From:Subject:Date:References:From; b=xIBqRTOvwO058fF7hrfns9Kdg4gyApnkYBd0yUeELEcMczqUFh52Fp5Z6ZUHTi6Uz eL9iEWPjHyCS0id+s5HtGzF6UScloYAZUOfkcIXBxtKeI4t/1r+jy1RdgqulgZHZRJ h7l8JEe2omdWbr/2MAp5Va33Sx7S0OKADP+vxdvU= X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'subject:: [': 0.04; 'subject:ANN': 0.07; 'oh,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'from:name:antoine pitrou': 0.16; 'message-id:@post.gmane.org': 0.16; 'received:213.41.240': 0.16; 'received:213.41.240.54': 0.16; 'received:80.91.229.3': 0.16; 'received:charlus.yi.org': 0.16; 'received:plane.gmane.org': 0.16; 'received:yi.org': 0.16; 'subject:1.0': 0.16; 'from:addr:python.org': 0.16; 'subject:] ': 0.20; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'url:python': 0.33; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'course': 0.61; 'published': 0.71; 'antoine.': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Antoine Pitrou Subject: Re: [ANN] pathlib 1.0 Date: Tue, 25 Mar 2014 20:41:28 +0000 (UTC) References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 213.41.240.54 (Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0) 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: 1395780116 news.xs4all.nl 2887 [2001:888:2000:d::a6]:44913 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:69072 Oh, and of course it is published on PyPI: https://pypi.python.org/pypi/pathlib/ Regards Antoine.