Code that will break in Python 4
astrofrog.github.io
Code that will break in Python 4
1–10 of 237 posts
Re: Code that will break in Python 4
#2Re: Code that will break in Python 4
#3Re: Code that will break in Python 4
#4Re: Code that will break in Python 4
#5Re: Code that will break in Python 4
#6Has there actually been a statement that python 4 will be backwards compatible to python 3?
Re: Code that will break in Python 4
#7Re: Code that will break in Python 4
#8Has there actually been a statement that python 4 will be backwards compatible to python 3?
Re: Code that will break in Python 4
#9Has there actually been a statement that python 4 will be backwards compatible to python 3?
> My current expectation is that Python 4.0 will merely be "the release that comes after Python 3.9". That's it. No profound changes to the language, no major backwards compatibility breaks - going from Python 3.9 to 4.0 should be as uneventful as going from Python 3.3 to 3.4 (or from 2.6 to 2.7). I even expect the stable Application Binary Interface (as first defined in PEP 384) to be preserved across the boundary.
http://www.curiousefficiency.org/posts/2014/08/python-4000.h... (which was linked by Guido from his Twitter).
Re: Code that will break in Python 4
#10Has there actually been a statement that python 4 will be backwards compatible to python 3?
http://www.curiousefficiency.org/posts/2014/08/python-4000.h...
Would be nice if it was simply 3.10 not 4.0, as there's much discussion on that too.