diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2017-03-08 11:03:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 11:03:04 (GMT) |
commit | 0410bee6e6c87f37e91f6cae3627d8e3704075f1 (patch) | |
tree | eb262599074fefe546be0b50c6d9cda79fa0c229 /Misc/NEWS | |
parent | 312f7dfb7c669fcfc43020951b7f8ff521200ad7 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |