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.2 Released

142 pointsby mattybover 14 years ago

10 comments

bayareaguyover 14 years ago
One interesting thing from the "What's new in 3.2?"[1] page:<p>After the 3.2 release, there are plans to switch to Mercurial as the primary repository. This distributed version control system should make it easier for members of the community to create and share external changesets. See PEP 385 for details.<p>1- <a href="http://docs.python.org/dev/whatsnew/3.2.html" rel="nofollow">http://docs.python.org/dev/whatsnew/3.2.html</a>
评论 #2243815 未加载
peroover 14 years ago
Would someone to care to chime in on an estimate as to when it would be advisable for amateurs to start employing 3.x?<p>How far along are the libraries and the documentation/tutorials?
评论 #2244324 未加载
评论 #2243786 未加载
评论 #2243922 未加载
评论 #2245549 未加载
xiongchiamiovover 14 years ago
The concurrent.futures module looks interesting: <a href="http://docs.python.org/dev/whatsnew/3.2.html#pep-3148-the-concurrent-futures-module" rel="nofollow">http://docs.python.org/dev/whatsnew/3.2.html#pep-3148-the-co...</a><p>I don't have much experience in that area, so I can't judge if it's as cool as I think it is. Will anyone help me out?<p>The ability to safely convert string representations of data structures into the structures themselves seems pretty sweet, too: <a href="http://docs.python.org/dev/whatsnew/3.2.html#ast" rel="nofollow">http://docs.python.org/dev/whatsnew/3.2.html#ast</a>
评论 #2243985 未加载
hartrorover 14 years ago
The main question I have is when-will/should projects begin moving to 3.x?
评论 #2244276 未加载
评论 #2243859 未加载
评论 #2245128 未加载
steve918over 14 years ago
Sweet, now when is WSGI going to have 3.0 compatibility worked out so that it's reasonable to start using it?
评论 #2244068 未加载
tmshover 14 years ago
Anybody done or know of any performance comparisons? Particularly intrigued by:<p><a href="http://docs.python.org/dev/whatsnew/3.2.html#multi-threading" rel="nofollow">http://docs.python.org/dev/whatsnew/3.2.html#multi-threading</a><p><a href="http://mail.python.org/pipermail/python-dev/2009-October/093321.html" rel="nofollow">http://mail.python.org/pipermail/python-dev/2009-October/093...</a>
评论 #2243942 未加载
kbattenover 14 years ago
If I could easily update python so that yum still worked fine on centos I would definitely start using python3. As it is I'm still stuck with python2.4 for a majority of the stuff I write.
评论 #2244013 未加载
评论 #2245496 未加载
评论 #2244377 未加载
yasonabout 14 years ago
Python 2.6 as a language is "good enough", for whatever meaning of that phrase. What would be exciting in Python development is the PyPy + LLVM (and the short stretch of the Unladen Swallow project) backend, and applying the modern optimization techniques for compiling dynamic code into efficient machine code. There is IronPython etc. but the platform is different from CPython's.
vicngtorabout 14 years ago
Seriously rather than moving python 3 forward why can't they put in the effort to upgrade the most common libs so we all can go 3.0 first?
评论 #2244672 未加载
评论 #2244641 未加载
评论 #2244944 未加载
jefe78about 14 years ago
This is both wonderful and disappointing.<p>We're still pretty locked into 2.6. I'd love to move to 3.2 but it would break EVERYTHING!!!!(! added for emphasis!)<p>Maybe in ~10 years, everyone will be using 3.2, I know I can't wait! :D
评论 #2244691 未加载
评论 #2244739 未加载