diff options
author | 2016-06-12 00:39:41 +0300 | |
---|---|---|
committer | 2016-06-12 00:39:41 +0300 | |
commit | 6a7506a77f11235b2f1f0e97a2f2eb57e6953d88 (patch) | |
tree | 49509696dbf91f8e26ee18309678d0f3d4daee56 /PC/launcher.c | |
parent | Issue #27294: Improved repr for Tkinter event objects. (diff) | |
download | cpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.tar.gz cpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.tar.bz2 cpython-6a7506a77f11235b2f1f0e97a2f2eb57e6953d88.zip |
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Diffstat (limited to 'PC/launcher.c')
-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 909705d82fc..9fcc41e22ee 100644 --- a/PC/launcher.c +++ b/PC/launcher.c @@ -1089,7 +1089,7 @@ static PYC_MAGIC magic_values[] = { { 3190, 3230, L"3.3" }, { 3250, 3310, L"3.4" }, { 3320, 3350, L"3.5" }, - { 3360, 3370, L"3.6" }, + { 3360, 3371, L"3.6" }, { 0 } }; |