diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-05-16 18:05:00 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-05-16 18:05:00 (GMT) |
commit | aa99b8e36594242d7ef2f61cd03a1dd35bd018c8 (patch) | |
tree | 2cd6da5b176a7975826c6c9fbb00fb1a6830ee85 /PC | |
parent | 8d0abb9eb6fdb21bcb3486ae661f80ee30b45837 (diff) | |
parent | dc953a507827fb43433e79dad391071a8b48a02f (diff) | |
download | cpython-aa99b8e36594242d7ef2f61cd03a1dd35bd018c8.zip cpython-aa99b8e36594242d7ef2f61cd03a1dd35bd018c8.tar.gz cpython-aa99b8e36594242d7ef2f61cd03a1dd35bd018c8.tar.bz2 |
Merge with 3.5
Diffstat (limited to 'PC')
-rw-r--r-- | PC/launcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/launcher.c b/PC/launcher.c index 89a3ea2..e5f2cea 100644 --- a/PC/launcher.c +++ b/PC/launcher.c @@ -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 } }; |