Re: [Python-Dev] The next major Python version will be Python 8

2016-03-31 Thread Greg Ewing
Serhiy Storchaka wrote: Does it combine the base of Python 2 with the power of Python 3? No, that would be Python Backwards-Six. -- Greg ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] The next major Python version will be Python 8

2016-03-31 Thread Serhiy Storchaka
On 01.04.16 00:40, Victor Stinner wrote: The PSF is happy to announce that the new Python release will be Python 8! Does it combine the base of Python 2 with the power of Python 3? ___ Python-Dev mailing list Python-Dev@python.org

Re: [Python-Dev] The next major Python version will be Python 8

2016-03-31 Thread Senthil Kumaran
On Thu, Mar 31, 2016 at 2:40 PM, Victor Stinner wrote: > For example, rename utils.py to utils_noqa.py. A side > effect is that you have to update all imports. For example, replace > "import django" with "import django_noqa". After a study of the PSF, > it's a best

Re: [Python-Dev] The next major Python version will be Python 8

2016-03-31 Thread Glenn Linderman
On 3/31/2016 2:40 PM, Victor Stinner wrote: Hi, Python 3 becomes more and more popular and is close to a dangerous point where it can become popular that Python 2. The PSF decided that it's time to elaborate a new secret plan to ensure that Python users suffer again with a new major release

Re: [Python-Dev] The next major Python version will be Python 8

2016-03-31 Thread Ethan Furman
On 03/31/2016 02:40 PM, Victor Stinner wrote: ImportError: no pep8, no glory Nearly fell off my chair laughing! Nice work. :) -- ~Ethan~ ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] The next major Python version will be Python 8

2016-03-31 Thread Chris Angelico
On Fri, Apr 1, 2016 at 8:44 AM, Victor Stinner wrote: > You should now try Python 8 and try find if a module can still be imported ;-) Okay I can fire up interactive Python and 'import this'. But I can't run 'make'. This will be interesting! ChrisA

Re: [Python-Dev] The next major Python version will be Python 8

2016-03-31 Thread Brian Cain
I bought it. I will confess to being your first victim. :) On Thu, Mar 31, 2016 at 4:40 PM, Victor Stinner wrote: > Hi, > > Python 3 becomes more and more popular and is close to a dangerous point > where it can become popular that Python 2. The PSF decided that it's

[Python-Dev] The next major Python version will be Python 8

2016-03-31 Thread Victor Stinner
Hi, Python 3 becomes more and more popular and is close to a dangerous point where it can become popular that Python 2. The PSF decided that it's time to elaborate a new secret plan to ensure that Python users suffer again with a new major release breaking all their legacy code. The PSF is happy