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 曹忠
Recipients Mariatta, 曹忠
Date 2016-10-19.01:51:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476841899.73.0.185870159897.issue28465@psf.upfronthosting.co.za>
In-reply-to
Content
I try, still the same:
On debian 9 and python 3.5.2:
>>> importlib.util.MAGIC_NUMBER
b'\x17\r\r\n'

On windows and python 3.5.2
>>> importlib.util.MAGIC_NUMBER
b'\x16\r\r\n'
History
Date User Action Args
2016-10-19 01:51:39曹忠setrecipients: + 曹忠, Mariatta
2016-10-19 01:51:39曹忠setmessageid: <1476841899.73.0.185870159897.issue28465@psf.upfronthosting.co.za>
2016-10-19 01:51:39曹忠linkissue28465 messages
2016-10-19 01:51:39曹忠create