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 brett.cannon
Recipients barry, brett.cannon, doko, eric.snow, ncoghlan, petr.viktorin, serhiy.storchaka
Date 2017-02-12.17:42:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486921344.94.0.483523353541.issue29514@psf.upfronthosting.co.za>
In-reply-to
Content
That comment is poorly worded. All that is really necessary is that the tag differ when you want to have a .pyc file exist side-by-side with another .pyc file. So far we have only changed it when releasing a new version of Python, but for instance Python 3.5.2 could have had a different tag and that would have prevented trying to overwrite any pre-existing .pyc files for 3.5.1 and instead create new ones.

So the tag doesn't need to change for every new magic number, just when you don't want to overwrite .pyc files created by another version of Python.
History
Date User Action Args
2017-02-12 17:42:24brett.cannonsetrecipients: + brett.cannon, barry, doko, ncoghlan, petr.viktorin, eric.snow, serhiy.storchaka
2017-02-12 17:42:24brett.cannonsetmessageid: <1486921344.94.0.483523353541.issue29514@psf.upfronthosting.co.za>
2017-02-12 17:42:24brett.cannonlinkissue29514 messages
2017-02-12 17:42:24brett.cannoncreate