This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Anthony Sottile, ezio.melotti, josh.r, ncoghlan, rhettinger, serhiy.storchaka
Date 2019-07-20.21:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563656906.46.0.0189763320077.issue37636@roundup.psfhosted.org>
In-reply-to
Content
Changing the major version number itself is a breaking change. For example, there is a code that checks sys.version_info[0] == 3 or even sys.version[0] == "3".
History
Date User Action Args
2019-07-20 21:08:26serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ncoghlan, ezio.melotti, josh.r, Anthony Sottile
2019-07-20 21:08:26serhiy.storchakasetmessageid: <1563656906.46.0.0189763320077.issue37636@roundup.psfhosted.org>
2019-07-20 21:08:26serhiy.storchakalinkissue37636 messages
2019-07-20 21:08:26serhiy.storchakacreate