Fixes magic numbers for 3.6.

This commit is contained in:
Steve Dower 2016-05-16 11:04:44 -07:00
parent 7ae61af827
commit dc953a5078
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
};