Earlier quoted context omitted.
So, essentially, the non-"python-is-my-second-language" crowd should wait not just for v3-as-is to gain acceptance, but until 3.3 before they start migrating, or what? From a high-level outsider perspective, the shift from 2.x to "current" looks like amateur hour.
> the shift from 2.x to "current" looks like amateur hour "Amateur hour" would be to expect the shift to occur overnight, with magic powers conferred by unicorns and butterflies. If you look at the developers posts (instead of random uninformed excitable blogs) you'll see that it was realistically expected to take a few years. See, for instance, core developer J. Noller's comment here: http://news.ycombinator.com/ite…
Python: language moratorium is lifted
11–20 of 30 posts
Re: Python: language moratorium is lifted
#12Quoting from PEP 303: This PEP proposes a temporary moratorium (suspension) of all changes to the Python language syntax, semantics, and built-ins for a period of at least two years from the release of Python 3.1. In particular, the moratorium would include Python 3.2 (to be released 18-24 months after 3.1) but allow Python 3.3 (assuming it is not released prematurely) to once again include language changes. Python 3…
So, essentially, the non-"python-is-my-second-language" crowd should wait not just for v3-as-is to gain acceptance, but until 3.3 before they start migrating, or what? From a high-level outsider perspective, the shift from 2.x to "current" looks like amateur hour.
You are hearing a lot of noise now, because 3.X has finally become viable enough to be interesting to the wider python community, I hope. That's why people keep hyping it.
3.0 was not ready, and only a few dedicated pythoneers (like Mark Pilgrim) pushed it.
It was very professional of the python community to keep 3.X in it's mother's basement until it was well-enough dressed to be seen in public.
Re: Python: language moratorium is lifted
#13Earlier quoted context omitted.
So, essentially, the non-"python-is-my-second-language" crowd should wait not just for v3-as-is to gain acceptance, but until 3.3 before they start migrating, or what? From a high-level outsider perspective, the shift from 2.x to "current" looks like amateur hour.
> the shift from 2.x to "current" looks like amateur hour "Amateur hour" would be to expect the shift to occur overnight, with magic powers conferred by unicorns and butterflies. If you look at the developers posts (instead of random uninformed excitable blogs) you'll see that it was realistically expected to take a few years. See, for instance, core developer J. Noller's comment here: http://news.ycombinator.com/ite…
Re: Python: language moratorium is lifted
#14Earlier quoted context omitted.
> the shift from 2.x to "current" looks like amateur hour "Amateur hour" would be to expect the shift to occur overnight, with magic powers conferred by unicorns and butterflies. If you look at the developers posts (instead of random uninformed excitable blogs) you'll see that it was realistically expected to take a few years. See, for instance, core developer J. Noller's comment here: http://news.ycombinator.com/ite…
Please don't feed the trolls.
Re: Python: language moratorium is lifted
#15Earlier quoted context omitted.
So, essentially, the non-"python-is-my-second-language" crowd should wait not just for v3-as-is to gain acceptance, but until 3.3 before they start migrating, or what? From a high-level outsider perspective, the shift from 2.x to "current" looks like amateur hour.
> the shift from 2.x to "current" looks like amateur hour "Amateur hour" would be to expect the shift to occur overnight, with magic powers conferred by unicorns and butterflies. If you look at the developers posts (instead of random uninformed excitable blogs) you'll see that it was realistically expected to take a few years. See, for instance, core developer J. Noller's comment here: http://news.ycombinator.com/ite…
Re: Python: language moratorium is lifted
#16Earlier quoted context omitted.
> the shift from 2.x to "current" looks like amateur hour "Amateur hour" would be to expect the shift to occur overnight, with magic powers conferred by unicorns and butterflies. If you look at the developers posts (instead of random uninformed excitable blogs) you'll see that it was realistically expected to take a few years. See, for instance, core developer J. Noller's comment here: http://news.ycombinator.com/ite…
Perhaps my biggest complaint is that until recently, Python-2.x releases were not packaged with an executable named "python2", thus during the transition to Python-3.x, there is no safe way to specify which major version your script requires in the shebang. Arch Linux is already using version 3 for /usr/bin/python so any third-party scripts that require version 2 are broken. Other distros may wait a few years to do t…
Re: Python: language moratorium is lifted
#17This is somewhat disappointing. Python's lack of full-fledged coroutines is most of what keeps me using Lua.
Re: Python: language moratorium is lifted
#18This is somewhat disappointing. Python's lack of full-fledged coroutines is most of what keeps me using Lua.
And you don't want to use Stackless Python because ... ?
But that would have been foolish of me: http://zope.stackless.com/Members/rmtew/News%20Archive/3.1.3
Re: Python: language moratorium is lifted
#19Earlier quoted context omitted.
Perhaps my biggest complaint is that until recently, Python-2.x releases were not packaged with an executable named "python2", thus during the transition to Python-3.x, there is no safe way to specify which major version your script requires in the shebang. Arch Linux is already using version 3 for /usr/bin/python so any third-party scripts that require version 2 are broken. Other distros may wait a few years to do t…
This is a mistake on the part of Arch. The Python team intended that "python" would be the canonical name for the Python 2 binary, with "python3" used where Python 3 was intended.
Re: Python: language moratorium is lifted
#20Earlier quoted context omitted.
This is a mistake on the part of Arch. The Python team intended that "python" would be the canonical name for the Python 2 binary, with "python3" used where Python 3 was intended.
Have you any citations to back up that statement?