mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fixes magic numbers for 3.6.
This commit is contained in:
parent
7ae61af827
commit
dc953a5078
1 changed files with 1 additions and 1 deletions
|
|
@ -1082,7 +1082,7 @@ static PYC_MAGIC magic_values[] = {
|
|||
{ 3190, 3230, L"3.3" },
|
||||
{ 3250, 3310, L"3.4" },
|
||||
{ 3320, 3350, L"3.5" },
|
||||
{ 3350, 3350, L"3.6" },
|
||||
{ 3360, 3361, L"3.6" },
|
||||
{ 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue