6 ms·
If the python project had something like that, the current python 3 situation could maybe have been avoided.
by ginkgo 15y ago
If the python project had something like that, the current python 3 situation could maybe have been avoided.
- vessenes 15y agoThe python 3 situation is really the python 2.4/2.5/2.6/2.7/3 situation. I'm not sure why or how it happened, but python is brutally fragmented in the real world across OS'es, in my experience.
- almost 15y agoPython has 2to3 which is the same kind of thing
- Queue29 15y agoThere are a lot of things 2to3 can't fix, so the user has to go back and change things by hand anyway.