On Thu, 23 May 2019 at 14:25, Anders Munch <[email protected]> wrote: > A major version change serves as a heads up that something is going on and > you need to check the consequences before upgrading.
Python's backward compatibility policy allows breaking changes between versions X.Y and X.Y+1 (with a suitable deprecation period). This proposal is no different. Paul _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
