Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99654
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | INADA Naoki <songofacandy@gmail.com> |
| 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 | <mailman.183.1448695446.20593.python-list@python.org> (permalink) |
| 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 | <songofacandy@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:99654 |
Show key headers only | View raw
OrderedDict is now faster and efficient. On Sat, Nov 28, 2015 at 10:42 AM, Ben Finney <ben+python@benfinney.id.au> wrote: > Laura Creighton <lac@openend.se> 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)? > > -- > \ “DRM doesn't inconvenience [lawbreakers] — indeed, over time it | > `\ trains law-abiding users to become [lawbreakers] out of sheer | > _o__) frustration.” —Charles Stross, 2010-05-09 | > Ben Finney > > -- > https://mail.python.org/mailman/listinfo/python-list > -- INADA Naoki <songofacandy@gmail.com>
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python 3 virtualenvs real-not-anti-spam-address@apple-juice.co.uk (D.M. Procida) - 2015-11-28 00:37 +0000
Re: Python 3 virtualenvs Laura Creighton <lac@openend.se> - 2015-11-28 02:09 +0100
Re: Python 3 virtualenvs real-not-anti-spam-address@apple-juice.co.uk (D.M. Procida) - 2015-11-28 01:35 +0000
Faviourite improvements in Python 3.5 (was: Python 3 virtualenvs) Ben Finney <ben+python@benfinney.id.au> - 2015-11-28 12:42 +1100
Re: Faviourite improvements in Python 3.5 (was: Python 3 virtualenvs) Laura Creighton <lac@openend.se> - 2015-11-28 03:23 +0100
Re: Faviourite improvements in Python 3.5 (was: Python 3 virtualenvs) INADA Naoki <songofacandy@gmail.com> - 2015-11-28 16:17 +0900
Re: Python 3 virtualenvs Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-11-28 13:29 +0000
Re: Python 3 virtualenvs real-not-anti-spam-address@apple-juice.co.uk (D.M. Procida) - 2015-11-28 19:37 +0000
Re: Python 3 virtualenvs Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-11-28 21:48 +0000
Re: Python 3 virtualenvs Lele Gaifax <lele@metapensiero.it> - 2015-11-29 13:19 +0100
Re: Python 3 virtualenvs Laura Creighton <lac@openend.se> - 2015-11-29 13:27 +0100
Re: Python 3 virtualenvs Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-11-29 13:23 +0000
Re: Python 3 virtualenvs Laura Creighton <lac@openend.se> - 2015-11-29 15:12 +0100
Re: Python 3 virtualenvs Carl Meyer <carl@oddbird.net> - 2015-11-30 09:32 -0700
Re: Python 3 virtualenvs Laura Creighton <lac@openend.se> - 2015-11-30 18:20 +0100
Re: Python 3 virtualenvs Carl Meyer <carl@oddbird.net> - 2015-11-30 10:28 -0700
Re: Python 3 virtualenvs Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-11-30 17:30 +0000
Re: Python 3 virtualenvs Laura Creighton <lac@openend.se> - 2015-11-30 18:46 +0100
csiph-web