Le mer. 13 févr. 2019 à 21:26, Barry Warsaw <ba...@python.org> a écrit : > I don’t think this should be conflated with PEP 394. IMHO, 3.10 is just > fine. Python 4 should be reserved for some future mythical GIL-less > interpreter or other major API breaking change. It might never happen.
My point is that changing the major version from 3 to 4 *will* break things. We have to prepare the community to support such change. For example, advice to replace "if major_version == 3: ... else: ..." with "if major_version >= 3: ... else: ...". Victor -- Night gathers, and now my watch begins. It shall not end until my death. _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com