summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2017-03-08 11:03:04 (GMT)
committerGitHub <noreply@github.com>2017-03-08 11:03:04 (GMT)
commit0410bee6e6c87f37e91f6cae3627d8e3704075f1 (patch)
treeeb262599074fefe546be0b50c6d9cda79fa0c229 /Misc/NEWS
parent312f7dfb7c669fcfc43020951b7f8ff521200ad7 (diff)
downloadcpython-0410bee6e6c87f37e91f6cae3627d8e3704075f1.zip
cpython-0410bee6e6c87f37e91f6cae3627d8e3704075f1.tar.gz
cpython-0410bee6e6c87f37e91f6cae3627d8e3704075f1.tar.bz2
bpo-29537: Also cover 3.5.2 in NEWS entry
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 82f9f9a..42a3b02 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,7 @@ Core and Builtins
-----------------
- Issue #29537: Restore runtime compatibility with bytecode files generated by
- CPython 3.5.0 and 3.5.1, and adjust the eval loop to avoid the problems that
+ CPython 3.5.0 to 3.5.2, and adjust the eval loop to avoid the problems that
could be caused by the malformed variant of the BUILD_MAP_UNPACK_WITH_CALL
opcode that they may contain. Patch by Petr Viktorin, Serhiy Storchaka,
and Nick Coghlan.