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.7.2 and 3.6.8 are now available

90 pointsby webologyover 6 years ago

4 comments

fromthestartover 6 years ago
Something I've been wondering for years: I understand the rift between 2.x and 3.x.. But what is the rationale for maintaining multiple 3.x branches? And how do I choose the right branch for a fresh project? From experience, it seems like it doesn't really matter.
评论 #18753549 未加载
评论 #18753536 未加载
评论 #18753508 未加载
评论 #18754777 未加载
评论 #18753518 未加载
评论 #18754268 未加载
评论 #18754626 未加载
评论 #18753786 未加载
评论 #18754225 未加载
b_tterc_pover 6 years ago
Dicts now retain order now (in other words all dicts are ordered dicts). I support this, but I also guarantee this is going to bite me in the ass at least once sharing notebooks with someone on an older version of python as I expect to use this liberally. Ah well.
评论 #18753956 未加载
评论 #18754692 未加载
评论 #18754279 未加载
jacob019over 6 years ago
A hefty list if improvements to asyncio. When I tried working with asyncio in Python 3.4 it seemed half-baked and unpythonic. I look forward to trying out the more mature implementation.
评论 #18757820 未加载
brataoover 6 years ago
Python 3.7 is a great release. Finally is faster than 2.7 for almost all of our use cases.