Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed8.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'bug.': 0.07; '__future__': 0.09; 'creighton': 0.09; 'fixed,': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'cc:addr:python-list': 0.10; '2.7': 0.13; '>on': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'subject:import': 0.16; 'wrote:': 0.16; 'laura': 0.18; 'fix': 0.21; 'cc:addr:python.org': 0.21; 'cc:2**1': 0.22; 'problem:': 0.22; '2015': 0.23; 'import': 0.24; 'header:In-Reply-To:1': 0.24; 'url:bugs': 0.24; 'bugs': 0.27; '+0200,': 0.27; 'this.': 0.28; 'be:': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'too.': 0.30; 'url:mailman': 0.31; 'url:python': 0.33; 'weeks': 0.34; 'add': 0.34; 'url:listinfo': 0.35; 'subject:skip:p 10': 0.35; 'but': 0.36; 'url:org': 0.36; 'should': 0.37; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'version': 0.38; 'enough': 0.39; 'sure': 0.40; 'header:Message-Id:1': 0.62; 'sunday': 0.72; 'subjectcharset:utf-8': 0.72; 'received:89': 0.80; 'cecil': 0.84; 'dumb': 0.84; 'subject:latest': 0.84; 'url:cecilwesterhof': 0.84; 'westerhof': 0.84 To: Cecil Westerhof cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: No =?utf-8?Q?=E2=80=98from?= __future__ import =?utf-8?Q?prin?= =?utf-8?Q?t=5Ffunction=E2=80=99?= in latest jython In-Reply-To: Message from Cecil Westerhof of "Sun, 21 Jun 2015 12:21:03 +0200." <87h9q18ir4.fsf@Equus.decebal.nl> References: <87zj3tpk96.fsf@Equus.decebal.nl> <87h9q18ir4.fsf@Equus.decebal.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1096.1434884068.1@fido> Date: Sun, 21 Jun 2015 12:54:28 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Sun, 21 Jun 2015 12:54:29 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1434884076 news.xs4all.nl 2874 [2001:888:2000:d::a6]:47205 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92952 In a message of Sun, 21 Jun 2015 12:21:03 +0200, Cecil Westerhof writes: >On Sunday 21 Jun 2015 11:05 CEST, Laura Creighton wrote: > >> Do you have Jython 2.7 released a few weeks ago? > >Yes, but I was dumb enough to start the old version when I did this. >:-( > >There is still one problem: >====================================================================== >>>> from __future__ import print_function >>>> print() >() >====================================================================== > >While it should be: >====================================================================== >>>> from __future__ import print_function >>>> print() > >====================================================================== > >But I think I can live with it for the moment. > >-- >Cecil Westerhof >Senior Software Engineer >LinkedIn: http://www.linkedin.com/in/cecilwesterhof >-- >https://mail.python.org/mailman/listinfo/python-list That's a bug. Go add it to http://bugs.jython.org/issue2007 so when the bugs with print_function get fixed, they will be sure to fix that one too. Laura