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!newsfeed3.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Error': 0.07; 'release.': 0.09; 'subject:skip:f 10': 0.09; 'subject:while': 0.09; 'cc:addr:python-list': 0.11; 'bug': 0.12; 'sat,': 0.16; 'wrote:': 0.18; 'library': 0.18; 'pfxlen:0': 0.19; 'cc:addr:python.org': 0.22; 'looks': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'fixed': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'd": 0.34; 'subject:from': 0.34; 'possible.': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'date.': 0.36; 'to:addr:gmail.com': 0.65; 'subject:round': 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=RCqxhaNCIj4nPjCWJLq0mkvJ8feenlULGnsiJv+gCqM=; b=QF+Bkc5wOvnVNVaSiIZHqmVlnxdL5hjEKOuOEgEai/yDpdL7MwXmDiiDFUO9FSPNin bQC2/V4nEPKvsSakDnEboQ+eNz3o911IPEnQUpNbWiY9eTpLhCAqVtS/aJtl00/ZLUoq Bp+4eY6XAUnLBiZKvECGl/3y2ctrLskSa2PRVkfWAR/ZGXc6iOCLqfDzyGj5OMrQFbWp Q6uNd+Cw8jY2Xm8P0JgAhGRSxUcLtfP2fEcGixzBVYWwJf4VdgCo+LatBxmnyl3xTaVX fPGE8Z2CzPoCrQ8T4cJspr8uotSvmw/FHCnB+vRuvcu8ZwP+WHNROAFddUZBZg1fP8NJ veJA== MIME-Version: 1.0 X-Received: by 10.66.141.165 with SMTP id rp5mr33672478pab.90.1399732884479; Sat, 10 May 2014 07:41:24 -0700 (PDT) In-Reply-To: <591c2939-7648-47f5-854e-ad254a8a732f@googlegroups.com> References: <591c2939-7648-47f5-854e-ad254a8a732f@googlegroups.com> Date: Sat, 10 May 2014 10:41:24 -0400 Subject: Re: Error while calling round() from future.builtins From: Jerry Hill To: Preethi Content-Type: text/plain; charset=UTF-8 Cc: "python-list \(General\)" 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399732893 news.xs4all.nl 2936 [2001:888:2000:d::a6]:34572 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71248 On Sat, May 10, 2014 at 7:39 AM, Preethi wrote: > future==0.9.0 It looks like that library is out of date. The current version looks to be 0.12.0, and it also looks like this bug was fixed in the 0.12.0 release. I'd upgrade your version if at all possible. -- Jerry