TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Python 3.6.1 is now available

15 pointsby japagetabout 8 years ago

1 comment

orfabout 8 years ago
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>