<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Oct 28, 2010, at 10:51 PM, Brett Cannon wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Menlo; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: monospace; ">I think people need to stop viewing the difference between Python 2.7<br>and Python 3.2 as this crazy shift and view it from python-dev's<br>perspective; it should be viewed one follows from the other at this<br>point. You can view it as Python 3.2 is the next version after Python<br>2.7 just like 2.7 followed to 2.6, which makes the policies we follow<br>for releases make total sense and negates this discussion. It just so<br>happens people don't plan to switch to the newest release immediately<br>as the backward-incompatible changes are more involved than what<br>people are used to from past releases.<br></span></span></blockquote></div><div><br></div><div>Brett, with all due respect, this is not a reasonable position. &nbsp;You are making it sound like the popular view of 3.2 is a "crazy shift" is based on a personal dislike of python-dev or something. &nbsp;The fact is that the amount of effort required to port to 3.2 is <i>extreme</i> compared to previous upgrades, and most people still aren't willing to deal with it. &nbsp;It <i>is</i> a crazy shift.</div><div><br></div><div>Let's take PyPI numbers as a proxy. &nbsp;There are ~8000 packages with a "Programming Language::Python" classifier. &nbsp;There are ~250 with "Programming Langauge::Python::3". &nbsp;Roughly speaking, we can say that is 3% of Python code which has been ported so far. &nbsp;Python 3.0 was released at the end of 2008, so people have had roughly 2 years to port, which comes up with 1.5% per year.</div><div><br></div><div>Let's say that 20% of the code on PyPI is just junk; it's unfair to expect 100% of all code ever to get ported. &nbsp;But, still: with this back-of-the-envelope estimate of the rate of porting, it will take over 50 years before a decisive majority of Python code is on Python 3.</div><div><br></div><div><div>By contrast, there are 536 packages with ::2.6, and 177 with ::2.7. &nbsp;(Trying to compare apples to apples here, since I assume the '2' tag is much more lightly used than '3' to identify supported versions; I figure someone likely to tag one micro-version would also tag the other.)</div><div><br></div><div>2.7 was released on July 3rd, so let's be generous and say approximately 6 months. &nbsp;That's 30% of packages, ported in 6 months, or 60% per year. &nbsp;This means that Python 3 is <i>two orders of magnitude</i>&nbsp;crazier of a shift than 2.7.</div></div><div><br></div><div>I know that the methods involved at arriving at these numbers are not particularly good. But, I think that if their accuracy differs from that of the download stats, it's better: it takes a much more significant commitment to actually write some code and upload it than to accidentally download 3.x because it's the later version.</div><div><br></div><div>Right now, Kristján is burning off his (non-fungible) enthusiasm in this discussion rather than addressing more 2.x maintenance issues. &nbsp;If 3.x adoption takes off and makes a nice hockey stick graph, then few people will care about this in retrospect. &nbsp;In the intervening hypothetical half-century while we wait to see how it pans out, isn't it better to just have an official Python branch for the "maybe 2.8" release? &nbsp;Nobody from the current core team needs to work on it, necessarily; either other, new maintainers will show up or they won't. &nbsp;For that matter, Kristján is still talking about porting much of his work to 3.x anyway.</div><div><br></div><div>In the best case (3.x takes over the world in 6 months) a 2.x branch won't be needed and nobody will show up to do the work of a release; some small amount of this work (the stuff not ported to 3.x) will be lost. &nbsp;In the medium case (3.x adoption is good, but there are still millions of 2.x users in 5 years) it will accumulate some helpers that will make migrating to 3.x even smoother than with 2.7. &nbsp;In the worst case (straw man: 3.x adoption actually declines, and distros start maintaining their own branches of 2.7) I'm sure everyone will be glad that some of this maintenance effort took place and there's some central place to continue it.</div><div><br></div><div>I'm perfectly willing to admit that I'm still too pessimistic about this and I could be wrong. &nbsp;But given the relatively minimal amount of effort required to let 2.x bugs continue to get fixed under the aegis of <a href="http://Python.org">Python.org</a> rather than going through the painful negotiation process of figuring out where else to host it (and thereby potentially losing a bunch of maintenance that would not otherwise happen), it seems foolhardy to insist that those of us who think 2.x is going to necessitate another release must <i>necessarily</i>&nbsp;be wrong.</div><div><br></div><div><br></div></body></html>