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 曹忠
Date 2016-10-18.00:29:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476750546.36.0.931772637731.issue28465@psf.upfronthosting.co.za>
In-reply-to
Content
On debian 9 and python 3.5.2:
>>> imp.get_magic()
b'\x17\r\r\n'

On windows and python 3.5.2
>>> imp.get_magic()
b'\x16\r\r\n'

the same python version, magic number is the same, why not?
History
Date User Action Args
2016-10-18 00:29:06曹忠setrecipients: + 曹忠
2016-10-18 00:29:06曹忠setmessageid: <1476750546.36.0.931772637731.issue28465@psf.upfronthosting.co.za>
2016-10-18 00:29:06曹忠linkissue28465 messages
2016-10-18 00:29:05曹忠create