Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'url:pypi': 0.03; 'subject:released': 0.07; 'thx': 0.09; 'url:github': 0.09; 'python': 0.11; 'cheers': 0.12; '0.6': 0.16; 'regression': 0.16; 'url:issues': 0.16; 'xlrd': 0.16; 'files.': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'all,': 0.19; 'examples': 0.20; 'meant': 0.20; 'header:User-Agent:1': 0.23; 'cheers,': 0.24; 'excel': 0.26; 'header:In-Reply-To:1': 0.27; 'fixed': 0.29; 'chris': 0.29; 'related': 0.29; "i'm": 0.30; 'changes:': 0.31; 'url:python': 0.33; 'announce': 0.33; 'packaging': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'message- id:@gmail.com': 0.38; 'problems': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'list,': 0.38; 'received:74.125': 0.39; 'to:addr:python.org': 0.39; 'release': 0.40; 'full': 0.61; 'here:': 0.62; 'details': 0.65; 'url:0': 0.67; 'caused': 0.69; 'email addr:googlegroups.com': 0.95; 'serious': 0.97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=h/PL6t7GoTFKOu3UNtM/OWQFq9dbdDPurGlKT9okxRU=; b=PcEa0KUvU2eqKKCe8XaGQ8+mFAlb+148CRebnBDs5+/sRGXV/5MfRwmwiWgzrxO20E e+2R4ImzO6juYBFeVABY6KVgz+d64sYdL1Qk8JrdzxXXzsRnUct0SJ7++MIgsSRqK8Yw AQnvCD2AjNvb3jukvhMzmd4F/EVw9KsmqpbablcW7frJRRT4SUlTMWqWqz+9ThbWBagR 6lGIHTnanC817nVwdIh1EFnh5rfG4DZhkN82YdLHVJHHsXJAp9dsgx16n8aOvOOe+85F 5x76SPlOqA8dfPDWKrZEtmJtagm+4pdi7NSXtCSnCO10JWs8oRDbWFilzG2HD7GARJ+Q 4dNg== X-Received: by 10.15.36.2 with SMTP id h2mr50961319eev.2.1366717289883; Tue, 23 Apr 2013 04:41:29 -0700 (PDT) Date: Tue, 23 Apr 2013 13:41:27 +0200 From: Karim User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: python-list@python.org Subject: Re: xlrd 0.9.2 released! References: <51646E36.7080001@simplistix.co.uk> In-Reply-To: <51646E36.7080001@simplistix.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1366717295 news.xs4all.nl 2314 [2001:888:2000:d::a6]:50691 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:44173 Thx ! I will update my 0.6 version! Cheers Karim On 09/04/2013 21:38, Chris Withers wrote: > Hi All, > > I'm pleased to announce the release of xlrd 0.9.2: > > http://pypi.python.org/pypi/xlrd/0.9.2 > > This release includes the following changes: > > - Fix some packaging issues that meant docs and examples were missing > from the tarball. > > - Fixed a small but serious regression that caused problems opening > .xlsx files. > > If you find any problems, please ask about them on the > python-excel@googlegroups.com list, or submit an issue on GitHub: > > https://github.com/python-excel/xlrd/issues > > Full details of all things Python and Excel related can be found here: > > http://www.python-excel.org/ > > cheers, > > Chris >