Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: Faviourite improvements in Python 3.5 (was: Python 3 virtualenvs) Date: Sat, 28 Nov 2015 03:23:23 +0100 Lines: 14 Message-ID: References: <1mekmrs.1xn5n6010b7a1xN%real-not-anti-spam-address@apple-juice.co.uk> <201511280109.tAS19KpM009020@fido.openend.se> <85lh9i99x5.fsf_-_@benfinney.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de lWYIWg56cUsjPdEFY9EbcgocoU314yNRWWUku49QSMuw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; ':-)': 0.12; '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; 'infinitely': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'laura': 0.18; 'language': 0.19; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'sat,': 0.23; 'url:bugs': 0.24; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'anyone': 0.32; 'url:python': 0.33; 'nov': 0.35; 'url:org': 0.36; 'subject:: ': 0.37; 'your': 0.60; 'header:Message-Id:1': 0.61; 'improvements': 0.66; '\xe2\x80\x93': 0.72; 'header:In-reply-to:1': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1448677411; bh=HxwcmZYHmIv4ig2K9r9sfz4Gs7k+cl8MmmVX1HmN+Y0=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=SlY3xOO/3I3d2t7hkA1ONo6sKAT/bsST8xL/6ynrU/iUDFw5sIddUx13TaCIMCvtF InP7+GTq7E+cZVWpG0YKTFvZVRSrxbTn1ySFSxFEnishJPnhNFYVDc+hyLCLZxUqQF r2rfllrctwr92Vrp+w9womYauW9o5ixAtHwgB1M0= In-reply-to: <85lh9i99x5.fsf_-_@benfinney.id.au> Comments: In-reply-to Ben Finney message dated "Sat, 28 Nov 2015 12:42:30 +1100." Content-ID: <10013.1448677403.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Sat, 28 Nov 2015 03:23:31 +0100 (CET) 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: , Xref: csiph.com comp.lang.python:99650 In a message of Sat, 28 Nov 2015 12:42:30 +1100, Ben Finney writes: >Laura Creighton writes: > >> […] python3.5 which I infinitely prefer over 3.4. > >That's strong language :-) > >Laura – and anyone else – what in your opinion are the best improvements >brought by Python 3.5 (over Python 3.4)? The interactive console started working again. https://bugs.python.org/issue23441 Laura