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 brett.cannon, eric.snow, ncoghlan, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-01-10.07:49:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452412193.99.0.751958856998.issue26073@psf.upfronthosting.co.za>
In-reply-to
Content
There is a list of magic numbers in PC/launcher.c for mapping magic number to Python version. But it ends on 3.3 (and even only on 3.3a0). Proposed patch updates the list (by values taken from Lib/importlib/_bootstrap_external.py).
History
Date User Action Args
2016-01-10 07:49:54serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, paul.moore, ncoghlan, tim.golden, eric.snow, zach.ware, steve.dower
2016-01-10 07:49:53serhiy.storchakasetmessageid: <1452412193.99.0.751958856998.issue26073@psf.upfronthosting.co.za>
2016-01-10 07:49:53serhiy.storchakalinkissue26073 messages
2016-01-10 07:49:52serhiy.storchakacreate