TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Python 3.6.1 is now available

15 点作者 japaget大约 8 年前

1 comment

orf大约 8 年前
Lots of small changes, including this interesting one[1]. Why anyone was monkeypatching `len()` with a version wrapped in a `lru_cache` is beyond me!<p>Another good one is this[2], which improves the speed of creating dictionary literals with constant keys by 30% (i.e {&#x27;a&#x27;: 1, &#x27;b&#x27;: 2}.<p>The full changelog is here: <a href="https:&#x2F;&#x2F;docs.python.org&#x2F;3.6&#x2F;whatsnew&#x2F;changelog.html" rel="nofollow">https:&#x2F;&#x2F;docs.python.org&#x2F;3.6&#x2F;whatsnew&#x2F;changelog.html</a><p>1. <a href="https:&#x2F;&#x2F;bugs.python.org&#x2F;issue28991" rel="nofollow">https:&#x2F;&#x2F;bugs.python.org&#x2F;issue28991</a><p>2. <a href="https:&#x2F;&#x2F;bugs.python.org&#x2F;issue28731" rel="nofollow">https:&#x2F;&#x2F;bugs.python.org&#x2F;issue28731</a>