Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: INADA Naoki Newsgroups: comp.lang.python Subject: Re: Faviourite improvements in Python 3.5 (was: Python 3 virtualenvs) Date: Sat, 28 Nov 2015 16:17:17 +0900 Lines: 31 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: quoted-printable X-Trace: news.uni-berlin.de PKiJVGmvGH+9afX/3a+ifgLoa+N5fAnYLVsP9NiUVZgA== 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; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'indeed,': 0.09; '\xe2\x80\x94': 0.09; 'python': 0.10; ':-)': 0.12; 'infinitely': 0.16; 'ordereddict': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'sheer': 0.16; 'wrote:': 0.16; 'laura': 0.18; '>': 0.18; 'email addr:gmail.com>': 0.18; 'language': 0.19; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'am,': 0.23; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; "doesn't": 0.26; 'message- id:@mail.gmail.com': 0.27; 'url:mailman': 0.30; 'skip:[ 10': 0.31; 'anyone': 0.32; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'nov': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'faster': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'received:209.85.220': 0.38; 'url:mail': 0.40; 'your': 0.60; 'improvements': 0.66; '\xe2\x80\x93': 0.72; '_o__)': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=3H2fNhGVKWOqYxsiQ/nXI0yBf/K2NTF0fuoiYjTfdu4=; b=PpuIXjiqByWvyi+y+6SCyt2pG4LJvCXseM+s2rXq58I5e4e9tg1ME/FqWcyC7Fn7Xe vxqV+YdteQFp0mo4Z+uOvChmLMXYrDdBjpFTz0ZRuY8gITqyYT/0KIZPqjdiDA+Ly1mC DaXOrZi0ydtR/sYJGT2MkSqIxy2NeNhY/TAp+cELc7hau3BMVnqI/br7h8m2kHmXPGA8 AGMYAweoaxb8II5H1D5nfzgutjKQ9Qc9ajo+TvidqlVj41Plq0vWwxavUrPWaIDYjbQ3 HqxjKuKCTZf6Tpgm/dK1tirWSHnWQCPMgWy51V8NoQtiqCS7Qa1n/Nozivthf+7Uphck LCpQ== X-Received: by 10.55.79.71 with SMTP id d68mr53476719qkb.82.1448695056861; Fri, 27 Nov 2015 23:17:36 -0800 (PST) In-Reply-To: <85lh9i99x5.fsf_-_@benfinney.id.au> X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ 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:99654 OrderedDict is now faster and efficient. On Sat, Nov 28, 2015 at 10:42 AM, Ben Finney wrote: > Laura Creighton writes: > > > [=E2=80=A6] python3.5 which I infinitely prefer over 3.4. > > That's strong language :-) > > Laura =E2=80=93 and anyone else =E2=80=93 what in your opinion are the be= st improvements > brought by Python 3.5 (over Python 3.4)? > > -- > \ =E2=80=9CDRM doesn't inconvenience [lawbreakers] =E2=80=94 indeed,= over time it | > `\ trains law-abiding users to become [lawbreakers] out of sheer | > _o__) frustration.=E2=80=9D =E2=80=94Charles Stros= s, 2010-05-09 | > Ben Finney > > -- > https://mail.python.org/mailman/listinfo/python-list > --=20 INADA Naoki