[New-bugs-announce] [issue28465] python 3.5 magic number

曹忠 report at bugs.python.org
Mon Oct 17 20:29:06 EDT 2016


New submission from 曹忠:

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?

----------
components: Build
messages: 278830
nosy: 曹忠
priority: normal
severity: normal
status: open
title: python 3.5 magic number
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28465>
_______________________________________


More information about the New-bugs-announce mailing list